summaryrefslogtreecommitdiff
path: root/net/gopher
diff options
context:
space:
mode:
authorgrant <grant>2004-07-10 01:55:32 +0000
committergrant <grant>2004-07-10 01:55:32 +0000
commit141e0935f0cd1d964e2a681ccdc682c8411efdeb (patch)
tree4e81af4b848e2392beb07848268d4ba9f68b4345 /net/gopher
parent5763a0e21ac7c7a31765f485f7e98b0c80c4693e (diff)
downloadpkgsrc-141e0935f0cd1d964e2a681ccdc682c8411efdeb.tar.gz
use buldlink3 so we strip gcc specific flags when not using gcc.
Diffstat (limited to 'net/gopher')
-rw-r--r--net/gopher/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
index 9c4cb27ada6..7cb6f1a14d4 100644
--- a/net/gopher/Makefile
+++ b/net/gopher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/24 14:50:05 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/10 01:55:32 grant Exp $
#
DISTNAME= gopher_3.0.6
@@ -11,8 +11,9 @@ HOMEPAGE= gopher://quux.org/1/devel/gopher/
COMMENT= Distributed document delivery client and server
WRKSRC= ${WRKDIR}/gopher
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-CONFIGURE_ARGS+= --disable-auth
+CONFIGURE_ARGS+=--disable-auth
.include "../../mk/bsd.pkg.mk"