summaryrefslogtreecommitdiff
path: root/net/isic
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-02 09:49:59 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-02 09:49:59 +0000
commitf09b567537af3c6103cea6627b1e4ab8acdd6f03 (patch)
tree01e214864651de300fcae1204c3c93a1cbc68df1 /net/isic
parentfae9193001d9f20d11bb933d2498f91951f1d293 (diff)
downloadpkgsrc-f09b567537af3c6103cea6627b1e4ab8acdd6f03.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"