diff options
author | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
commit | 64fb8c7effe41d9c9fec2237056d5bc16e8e149c (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /devel/smpeg | |
parent | a465e12048e2c595fc0f0cce3d9628a5f367cf14 (diff) | |
download | pkgsrc-64fb8c7effe41d9c9fec2237056d5bc16e8e149c.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/smpeg')
-rw-r--r-- | devel/smpeg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |