summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-25 00:10:38 +0000
committergrant <grant@pkgsrc.org>2004-07-25 00:10:38 +0000
commitb0c97d22ca88d23dfdac1db248cbcefaea0852fc (patch)
tree2b0dde8edec34d0d0153a1337549684060a68ab1 /net/totd
parentce800511ae2baa0e71b615c8d35891f47070e6d7 (diff)
downloadpkgsrc-b0c97d22ca88d23dfdac1db248cbcefaea0852fc.tar.gz
this blindly calls "gcc" with gcc specific flags, so use buildlink3 so
we use the wrappers.
Diffstat (limited to 'net/totd')
-rw-r--r--net/totd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile
index 48c79d6a512..59b84ef42b0 100644
--- a/net/totd/Makefile
+++ b/net/totd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/09/22 09:39:59 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/25 00:10:38 grant Exp $
#
DISTNAME= totd-1.4
@@ -9,7 +9,8 @@ MAINTAINER= feico@pasta.cs.uit.no
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation
-GNU_CONFIGURE= YES
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.prefs.mk"