summaryrefslogtreecommitdiff
path: root/net
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
commit0eeff3f3f0718cd03f2a8aa72178d0852e671edf (patch)
tree2b0dde8edec34d0d0153a1337549684060a68ab1 /net
parentfa6ede1ce81a7226318a48269942d7abec19f32d (diff)
downloadpkgsrc-0eeff3f3f0718cd03f2a8aa72178d0852e671edf.tar.gz
this blindly calls "gcc" with gcc specific flags, so use buildlink3 so
we use the wrappers.
Diffstat (limited to 'net')
-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"