summaryrefslogtreecommitdiff
path: root/audio/xcdplayer
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-22 17:38:56 +0000
committerjlam <jlam>2001-08-22 17:38:56 +0000
commit841e1103d3a3bead43a553fc507d7f53c7803f6b (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /audio/xcdplayer
parentf10802c13ef9e8f4699f07266797b6b7fabc4b41 (diff)
downloadpkgsrc-841e1103d3a3bead43a553fc507d7f53c7803f6b.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/xcdplayer')
-rw-r--r--audio/xcdplayer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile
index 562140b84ef..3baeeaecdaa 100644
--- a/audio/xcdplayer/Makefile
+++ b/audio/xcdplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/07/02 21:37:41 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/22 17:38:56 jlam Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/01 23:08:24 swallace Exp
#
@@ -11,7 +11,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
COMMENT= CD player for X
-USE_BUILDLINK_ONLY= yes
-USE_IMAKE= yes
+USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"