diff options
author | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
commit | 841e1103d3a3bead43a553fc507d7f53c7803f6b (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /graphics | |
parent | f10802c13ef9e8f4699f07266797b6b7fabc4b41 (diff) | |
download | pkgsrc-841e1103d3a3bead43a553fc507d7f53c7803f6b.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')
-rw-r--r-- | graphics/magicpoint/Makefile | 3 | ||||
-rw-r--r-- | graphics/tgif/Makefile | 3 | ||||
-rw-r--r-- | graphics/xart/Makefile | 6 | ||||
-rw-r--r-- | graphics/xli/Makefile | 7 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 3 |
5 files changed, 8 insertions, 14 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index f78875c8fe0..e3451bb867f 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/07/31 05:27:30 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/08/22 17:38:58 jlam Exp $ DISTNAME= magicpoint-1.08a CATEGORIES= x11 graphics @@ -10,7 +10,6 @@ COMMENT= X11 based presentation tool CONFLICTS= mgp-* -USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes USE_IMAKE= yes CONFIGURE_ARGS+= --enable-freetype-charset16 diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 194c6f6f66d..24830834a2a 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/07/18 20:26:21 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2001/08/22 17:38:58 jlam Exp $ # DISTNAME= tgif-4.1.40 @@ -11,7 +11,6 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html COMMENT= Fully-featured X11 drawing program -USE_BUILDLINK_ONLY= yes USE_IMAKE= yes USE_X11= yes 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 diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 5386e0b5784..781dd69aaf6 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/08/09 01:40:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/22 17:38:58 jlam Exp $ DISTNAME= xli-1.16nb1 CATEGORIES= graphics x11 @@ -10,9 +10,8 @@ DISTFILES= xli.1.16.tar.gz \ MAINTAINER= packages@netbsd.org COMMENT= Version of xloadimage, an X11 Image Loading Utility -USE_BUILDLINK_ONLY= YES -NO_WRKSUBDIR= YES -USE_IMAKE= YES +NO_WRKSUBDIR= YES +USE_IMAKE= YES pre-patch: @${PATCH} -d ${WRKSRC} -s -p1 < ${WRKSRC}/png.patch diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index a084a633df0..62bc5e4e2d1 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/08 07:15:03 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/08/22 17:38:59 jlam Exp $ DISTNAME= xpm-3.4k CATEGORIES= graphics x11 @@ -8,7 +8,6 @@ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.inria.fr/koala/lehors/xpm.html COMMENT= The X Pixmap library -USE_BUILDLINK_ONLY= # defined USE_IMAKE= # defined CHECK_XPM= # defined |