summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-20 16:37:04 +0000
committerjmmv <jmmv>2005-03-20 16:37:04 +0000
commit796753c709779aeb4e9e35fc7d983d8327dee624 (patch)
tree03f7534f216ac72c7081f6f5f3ed7b81aa66672b /security
parent4af2bd3adfea91d872512a2146a4494578063205 (diff)
downloadpkgsrc-796753c709779aeb4e9e35fc7d983d8327dee624.tar.gz
Use BUILDLINK_PREFIX.libdnet rather than PREFIX to locate libdnet.
Diffstat (limited to 'security')
-rw-r--r--security/fragroute/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile
index fe56157fb1b..93281d77511 100644
--- a/security/fragroute/Makefile
+++ b/security/fragroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/30 17:26:23 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/20 16:37:04 jmmv Exp $
# FreeBSD Id: ports/security/fragroute/Makefile,v 1.10 2003/09/24 08:37:38 edwin Exp
DISTNAME= fragroute-1.2
@@ -13,7 +13,7 @@ COMMENT= Tool for intercepting, modifying and rewriting egress traffic
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-libdnet=${PREFIX}
+CONFIGURE_ARGS+= --with-libdnet=${BUILDLINK_PREFIX.libdnet}
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}