summaryrefslogtreecommitdiff
path: root/audio/xmmix/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-22 17:38:56 +0000
committerjlam <jlam>2001-08-22 17:38:56 +0000
commit3d9366e9a4078e8e4c11437831f8345fefbb909f (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /audio/xmmix/Makefile
parent423611a2115f507140b7d3d6c8d39a8e2b8c0674 (diff)
downloadpkgsrc-3d9366e9a4078e8e4c11437831f8345fefbb909f.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/xmmix/Makefile')
-rw-r--r--audio/xmmix/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index e9ee17559b0..98dc794d3fd 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/07/01 21:40:27 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/22 17:38:57 jlam Exp $
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
@@ -10,8 +10,7 @@ MAINTAINER= augustss@cs.chalmers.se
HOMEPAGE= http://sunsite.unc.edu/~cddb/xmmix/index.html
COMMENT= X interface to the audio mixer device
-USE_BUILDLINK_ONLY= yes
-USE_IMAKE= yes
+USE_IMAKE= yes
post-patch:
for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \