summaryrefslogtreecommitdiff
path: root/net/ettercap
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-13 12:09:13 +0000
committerwiz <wiz>2002-10-13 12:09:13 +0000
commit77d291ac8a797c7db2c92e9aec9a35079842ac03 (patch)
tree826b9e1fa4eb1a178edad871b52d2310529a37d9 /net/ettercap
parentb02658e766cc415dace290094f490bd0ab84fa9c (diff)
downloadpkgsrc-77d291ac8a797c7db2c92e9aec9a35079842ac03.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'net/ettercap')
-rw-r--r--net/ettercap/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile
index f0cff4ba400..23d5f324b92 100644
--- a/net/ettercap/Makefile
+++ b/net/ettercap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/08/01 05:48:18 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/10/13 12:15:05 wiz Exp $
DISTNAME= ettercap-0.6.6.6
CATEGORIES= security net
@@ -12,15 +12,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-plugins \
--enable-https
+USE_BUILDLINK2= yes
+
# missing newpad()
USE_NCURSES= yes
PTHREAD_OPTS+= require
-CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
-
post-install:
cd ${WRKSRC}/plugins ; ${MAKE_ENV} ${MAKE} install
-.include "../../devel/ncurses/buildlink.mk"
-.include "../../mk/pthread.buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"