diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:13:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 17:13:06 +0000 |
commit | 5441d074b7eb519211ffbd86e44396ba1fb1fef3 (patch) | |
tree | da6c5052c2d97a8c1660cfaeba79385d0b51d4fc /audio/xmp/Makefile | |
parent | a90bf87bd348216596abdda5e368eb4f38f9a7e8 (diff) | |
download | pkgsrc-5441d074b7eb519211ffbd86e44396ba1fb1fef3.tar.gz |
Add missing USE_BUILDLINK3.
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 5175ace0c4e..64c559d0455 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/22 07:15:01 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 17:13:06 xtraeme Exp $ # FreeBSD: ports/audio/xmp/Makefile,v 1.5 2000/04/08 21:24:59 mharo Exp # @@ -21,6 +21,7 @@ CONFIGURE_ARGS+=--disable-alsa \ USE_X11= yes USE_GNU_TOOLS+= make +USE_BUILDLINK3= yes EGDIR= ${PREFIX}/share/examples/xmp CONF_FILES= ${EGDIR}/xmp-modules.conf ${PKG_SYSCONFDIR}/xmp-modules.conf |