diff options
author | zuntum <zuntum> | 2001-11-02 09:49:59 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-02 09:49:59 +0000 |
commit | 182773eb4b8dc1f718e0891fc65262b3778da1c7 (patch) | |
tree | 01e214864651de300fcae1204c3c93a1cbc68df1 | |
parent | d210dc04e2759e89d1044ffe17b87a04049a6de9 (diff) | |
download | pkgsrc-182773eb4b8dc1f718e0891fc65262b3778da1c7.tar.gz |
Strongly-buildlinkify
-rw-r--r-- | net/isic/Makefile | 7 |
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" |