diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-08-16 03:34:22 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-08-16 03:34:22 +0000 |
commit | b698a107cf1b52185420f96b9e49a09e5d465183 (patch) | |
tree | 73a98e500dfe538b8c86026a924787880062bc75 /audio/xmms-dspectralizer | |
parent | 467d8adb70fbb19998bb0be606dbe8c20ab50c0e (diff) | |
download | pkgsrc-b698a107cf1b52185420f96b9e49a09e5d465183.tar.gz |
We don't have to list xmms in DEPENDS, as we include its buildlink.mk
which pulls in all required dependencies.
Diffstat (limited to 'audio/xmms-dspectralizer')
-rw-r--r-- | audio/xmms-dspectralizer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/xmms-dspectralizer/Makefile b/audio/xmms-dspectralizer/Makefile index aae249f32c1..cf8fe1ad998 100644 --- a/audio/xmms-dspectralizer/Makefile +++ b/audio/xmms-dspectralizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/08/16 03:20:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/16 03:34:22 zuntum Exp $ # DISTNAME= dspectral-1.2 @@ -10,8 +10,6 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual spectral analyzer -DEPENDS+= xmms>=1.2.5:../../audio/xmms - USE_X11= yes USE_LIBTOOL= yes MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} |