pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/napshare This package needs GNU make to properly b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/397dbcb6d99b
branches: trunk
changeset: 533898:397dbcb6d99b
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Fri Oct 05 23:11:49 2007 +0000
description:
This package needs GNU make to properly build. Extra hacks that directly
called gtk-config in the pkgsrc Makefile are now removed and README.html
generation works again without gtk installed.
diffstat:
net/napshare/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ea73001b9ad5 -r 397dbcb6d99b net/napshare/Makefile
--- a/net/napshare/Makefile Fri Oct 05 23:08:10 2007 +0000
+++ b/net/napshare/Makefile Fri Oct 05 23:11:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:21 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/10/05 23:11:49 dmcmahill Exp $
DISTNAME= napshare-1.3
PKGREVISION= 1
@@ -11,8 +11,7 @@
GNU_CONFIGURE= YES
-GTKCFLAGS_CMD= ${BUILDLINK_PREFIX.gtk}/bin/gtk-config --cflags
-CFLAGS+= ${GTKCFLAGS_CMD:sh}
+USE_TOOLS+= gmake
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index