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 /graphics/xart | |
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 'graphics/xart')
-rw-r--r-- | graphics/xart/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index f82a0c48a09..5f64fb9f5a5 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2001/08/22 14:53:48 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/08/22 17:38:58 jlam Exp $ # DISTNAME= xart19980415 PKGNAME= xart-19980415nb1 +WRKSRC= ${WRKDIR}/19980415 CATEGORIES= graphics x11 MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/ EXTRACT_SUFX= .tgz @@ -11,11 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://linux01.gwdg.de/~rhohen/linux.html COMMENT= Paint program (enhanced xpaint) -USE_BUILDLINK_ONLY=YES USE_IMAKE= YES -WRKSRC= ${WRKDIR}/19980415 - post-extract: ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644 |