summaryrefslogtreecommitdiff
path: root/net/isic
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-02 09:49:59 +0000
committerzuntum <zuntum>2001-11-02 09:49:59 +0000
commit182773eb4b8dc1f718e0891fc65262b3778da1c7 (patch)
tree01e214864651de300fcae1204c3c93a1cbc68df1 /net/isic
parentd210dc04e2759e89d1044ffe17b87a04049a6de9 (diff)
downloadpkgsrc-182773eb4b8dc1f718e0891fc65262b3778da1c7.tar.gz
Strongly-buildlinkify
Diffstat (limited to 'net/isic')
-rw-r--r--net/isic/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/isic/Makefile b/net/isic/Makefile
index fa0ea2dd971..127fcde8646 100644
--- a/net/isic/Makefile
+++ b/net/isic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 18:18:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/11/02 09:49:59 zuntum Exp $
#
DISTNAME= isic-0.05
@@ -10,12 +10,11 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://expert.cc.purdue.edu/~frantzen/
COMMENT= Ip Stack Integrity Checker (IP, TCP, UDP, ICMP et. al.)
-DEPENDS+= libnet-1.*:../../devel/libnet
-
+USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include"
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/isic.README
+.include "../../devel/libnet/buildlink.mk"
.include "../../mk/bsd.pkg.mk"