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/xmmix/Makefile | |
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/xmmix/Makefile')
-rw-r--r-- | audio/xmmix/Makefile | 5 |
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 \ |