pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/fragroute Use BUILDLINK_PREFIX.libdnet rather...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62de0d08026c
branches:  trunk
changeset: 490802:62de0d08026c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 20 16:37:04 2005 +0000

description:
Use BUILDLINK_PREFIX.libdnet rather than PREFIX to locate libdnet.

diffstat:

 security/fragroute/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 71481bfdd217 -r 62de0d08026c security/fragroute/Makefile
--- a/security/fragroute/Makefile       Sun Mar 20 15:55:54 2005 +0000
+++ b/security/fragroute/Makefile       Sun Mar 20 16:37:04 2005 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index