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 /audio/esound/Makefile | |
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 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 0446b5a97b3..b5007e80675 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/09/13 18:11:35 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/10/03 22:36:37 jlam Exp $ DISTNAME= esound-0.2.23 CATEGORIES= audio @@ -8,12 +8,10 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html COMMENT= the Enlightened sound daemon +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -USE_BUILDLINK_ONLY= YES -REPLACE_BUILDLINK= esd-config - .include "../../audio/libaudiofile/buildlink.mk" .include "../../mk/bsd.pkg.mk" |