summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 00:10:38 +0000
committergrant <grant>2004-07-25 00:10:38 +0000
commit274239c31fa6498adbd5f493d393a4546e37edd1 (patch)
tree2b0dde8edec34d0d0153a1337549684060a68ab1 /net/totd
parenta269ea509665d260041f392486b3d0eaddacb276 (diff)
downloadpkgsrc-274239c31fa6498adbd5f493d393a4546e37edd1.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"