summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
committerjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
commit73d2f0ca37bc6b6bb62d190343e4a118f6efda13 (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /audio/xmcd/Makefile
parentc2c4606f78b9183ca4ab231ed5fc469e8c941682 (diff)
downloadpkgsrc-73d2f0ca37bc6b6bb62d190343e4a118f6efda13.tar.gz
Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 409c45dffbe..cd78255e1e6 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/07/24 16:00:01 nra Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/22 17:38:56 jlam Exp $
#
DISTNAME= xmcd-3.0.1
@@ -10,11 +10,10 @@ HOMEPAGE= http://www.ibiblio.org/tkan/xmcd/
COMMENT= Motif CD player
WRKSRC= ${WRKDIR}/xmcd-3.0
-USE_BUILDLINK_ONLY= yes
-USE_NCURSES= yes
-USE_IMAKE= yes
-IS_INTERACTIVE= yes # asks a lot of questions
-MAKE_ENV+= SHELL=${SH}
+USE_NCURSES= yes
+USE_IMAKE= yes
+IS_INTERACTIVE= yes # asks a lot of questions
+MAKE_ENV+= SHELL=${SH}
pre-install:
cd ${WRKSRC} && \