summaryrefslogtreecommitdiff
path: root/graphics/xart
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
committerjlam <jlam@pkgsrc.org>2001-08-22 17:38:56 +0000
commit73d2f0ca37bc6b6bb62d190343e4a118f6efda13 (patch)
treed0b4e9476524e9178356be77722a72c2fb2e781b /graphics/xart
parentc2c4606f78b9183ca4ab231ed5fc469e8c941682 (diff)
downloadpkgsrc-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/Makefile6
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