summaryrefslogtreecommitdiff
path: root/net/gopher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gopher/Makefile')
-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..4fe4e1a988f 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.6.4.1 2004/07/30 16:03:44 agc 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"