diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-22 17:38:56 +0000 |
commit | 73d2f0ca37bc6b6bb62d190343e4a118f6efda13 (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /audio/xmcd | |
parent | c2c4606f78b9183ca4ab231ed5fc469e8c941682 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | audio/xmcd/Makefile | 11 |
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} && \ |