diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
commit | f25f9d2824f2548b605b8cf88494b54c2d1335d9 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /devel | |
parent | 98cd81fd463921699b46403b8d5cc871f6f3aba2 (diff) | |
download | pkgsrc-f25f9d2824f2548b605b8cf88494b54c2d1335d9.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')
-rw-r--r-- | devel/SDL/Makefile | 3 | ||||
-rw-r--r-- | devel/libnet/Makefile | 3 | ||||
-rw-r--r-- | devel/smpeg/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 2aa85c19563..922c1176844 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/09/24 14:28:55 rh Exp $ +# $NetBSD: Makefile,v 1.23 2001/10/03 22:36:38 jlam Exp $ # DISTNAME= SDL-1.2.2 @@ -15,7 +15,6 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm BUILDLINK_DEPENDS.pth= pth>=1.4.0 USE_BUILDLINK_ONLY= YES -REPLACE_BUILDLINK= sdl-config GNU_CONFIGURE= YES USE_GMAKE= YES 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 diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile index 0bc87532cb0..1f9773f5921 100644 --- a/devel/smpeg/Makefile +++ b/devel/smpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/29 04:54:52 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/03 22:36:38 jlam Exp $ # DISTNAME= smpeg-0.4.3 @@ -17,7 +17,6 @@ USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_BUILDLINK_ONLY= yes -REPLACE_BUILDLINK= smpeg-config CPPFLAGS+= -Dunix=1 |