diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-20 16:37:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-20 16:37:04 +0000 |
commit | 7cdc08d2d9cd3be69de9b1bdbdaba9a592f92934 (patch) | |
tree | 03f7534f216ac72c7081f6f5f3ed7b81aa66672b /security/fragroute | |
parent | da4b4c92b9a1de1ee08fbe15daa23596717d61be (diff) | |
download | pkgsrc-7cdc08d2d9cd3be69de9b1bdbdaba9a592f92934.tar.gz |
Use BUILDLINK_PREFIX.libdnet rather than PREFIX to locate libdnet.
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 4 |
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} |