From 73d2f0ca37bc6b6bb62d190343e4a118f6efda13 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 22 Aug 2001 17:38:56 +0000 Subject: 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. --- graphics/xart/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/xart') 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 -- cgit v1.2.3