diff options
author | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
commit | 21e778e8230e9444c3923bbbfb0f203c4fa20134 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /devel/libnet | |
parent | 9c675690f4db5be3e0c0197bbec5466317cadad9 (diff) | |
download | pkgsrc-21e778e8230e9444c3923bbbfb0f203c4fa20134.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'devel/libnet')
-rw-r--r-- | devel/libnet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 40b0d59bb26..7f76426aff6 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/07/14 16:41:38 sakamoto Exp $ +# $NetBSD: Makefile,v 1.9 2001/10/03 22:36:38 jlam Exp $ # DISTNAME= libnet-1.0.1b @@ -10,7 +10,6 @@ HOMEPAGE= http://www.packetfactory.net/libnet/ COMMENT= C library for portable packet creation and injection USE_BUILDLINK_ONLY= # defined -REPLACE_BUILDLINK= libnet-config USE_LIBTOOL= #defined GNU_CONFIGURE= #defined |