pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-google Reverse order of buildlink include's as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c293b0ea49d9
branches: trunk
changeset: 461794:c293b0ea49d9
user: jmc <jmc%pkgsrc.org@localhost>
date: Sun Sep 21 18:11:22 2003 +0000
description:
Reverse order of buildlink include's as py-soappy requires pth
diffstat:
net/py-google/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r fa67afe0adb7 -r c293b0ea49d9 net/py-google/Makefile
--- a/net/py-google/Makefile Sun Sep 21 17:40:40 2003 +0000
+++ b/net/py-google/Makefile Sun Sep 21 18:11:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/09/14 16:43:53 recht Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/21 18:11:22 jmc Exp $
#
DISTNAME= pygoogle-0.5.2
@@ -19,6 +19,6 @@
post-extract:
${RM} ${WRKSRC}/soap.py
+.include "../../net/py-soappy/buildlink2.mk"
.include "../../lang/python/extension.mk"
-.include "../../net/py-soappy/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index