diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 01:46:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 01:46:52 +0000 |
commit | 6d0183c6b12e23371bc66b935c7801dcef21770b (patch) | |
tree | 608e81727b80a8e91fefee27aad263f3ce51df30 /audio/xmms-dspectogram/Makefile | |
parent | 4b63b8617e31dade5d43d3b8c3d079990fe166fc (diff) | |
download | pkgsrc-6d0183c6b12e23371bc66b935c7801dcef21770b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'audio/xmms-dspectogram/Makefile')
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile index 64fca03603a..c3fcc2f08dd 100644 --- a/audio/xmms-dspectogram/Makefile +++ b/audio/xmms-dspectogram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/10/24 22:10:45 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/21 01:46:52 jlam Exp $ # DISTNAME= dspectogram-1.2 @@ -10,12 +10,12 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual spectogram -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES USE_LIBTOOL= YES pre-build: - cd ${WRKSRC} ; ${MAKE} clean + cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../audio/xmms/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |