diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 14:07:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 14:07:32 +0000 |
commit | 00d11fe1f3cbec348b9612adebc5d3b81ef7eca4 (patch) | |
tree | 7ce47859441dd50affdbee436c0025d75d97fe08 | |
parent | b5522c3a806b85fb32ab18ae4015ed038f807469 (diff) | |
download | pkgsrc-00d11fe1f3cbec348b9612adebc5d3b81ef7eca4.tar.gz |
Mark as USE_BUILDLINK_ONLY.
-rw-r--r-- | audio/xmms-dspectralizer/Makefile | 7 | ||||
-rw-r--r-- | audio/xmms-gdancer/Makefile | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/xmms-dspectralizer/Makefile b/audio/xmms-dspectralizer/Makefile index 8e08b32ca29..33f38c6bc15 100644 --- a/audio/xmms-dspectralizer/Makefile +++ b/audio/xmms-dspectralizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/08/17 21:16:49 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/23 14:07:52 jlam Exp $ # DISTNAME= dspectral-1.2 @@ -10,8 +10,9 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual spectral analyzer -USE_X11= yes -USE_LIBTOOL= yes +USE_BUILDLINK_ONLY= YES +USE_X11= YES +USE_LIBTOOL= YES pre-build: cd ${WRKSRC} ; ${MAKE} clean diff --git a/audio/xmms-gdancer/Makefile b/audio/xmms-gdancer/Makefile index 884f7d0e49b..3f29a107904 100644 --- a/audio/xmms-gdancer/Makefile +++ b/audio/xmms-gdancer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 05:38:51 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/23 14:07:32 jlam Exp $ # DISTNAME= gdancer-0.4.3 @@ -10,6 +10,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://figz.com/gdancer/ COMMENT= XMMS plugin to animate characters to the beat of the music +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_X11= YES USE_LIBTOOL= YES |