summaryrefslogtreecommitdiff
path: root/audio/xmradio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 21:05:35 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 21:05:35 +0000
commitb995eddcc46898e7dbd23603d7338099fd3901ce (patch)
tree172c78de03b8c7b559b6ed850139f01d4df54089 /audio/xmradio
parent17ffee9884970cb4721cc9e120792b5dbcf6e313 (diff)
downloadpkgsrc-b995eddcc46898e7dbd23603d7338099fd3901ce.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'audio/xmradio')
-rw-r--r--audio/xmradio/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index e9d26123d7a..611b1a09022 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/09/21 15:18:12 tron Exp $
+# $NetBSD: Makefile,v 1.16 2002/09/21 21:07:03 jlam Exp $
DISTNAME= xmradio-1.2
CATEGORIES= audio
@@ -8,17 +8,19 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://core.de/~coto/xmradio.html
COMMENT= Radio applicaton for Brooktree 848 compatible TV cards
-DEPENDS+= sox>=12.16:../sox
+DEPENDS+= sox>=12.16:../../audio/sox
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \
NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-*
+USE_BUILDLINK2= YES
USE_IMAKE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmradio
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmradio
-.include "../../graphics/xpm/buildlink.mk"
-.include "../../mk/motif.buildlink.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../mk/motif.buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"