diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 40ae7d62ae38b07a3eb1c0381d94cc01a65ad394 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /graphics | |
parent | 4a90888d1bc1c35d09674ec2ae4afa74c64ec0c1 (diff) | |
download | pkgsrc-40ae7d62ae38b07a3eb1c0381d94cc01a65ad394.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib-x11/Makefile | 4 | ||||
-rw-r--r-- | graphics/cnxtview/Makefile | 4 | ||||
-rw-r--r-- | graphics/compface/Makefile | 4 | ||||
-rw-r--r-- | graphics/cpia2view/Makefile | 4 | ||||
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/gqview/Makefile | 4 | ||||
-rw-r--r-- | graphics/mpeg2codec/Makefile | 4 | ||||
-rw-r--r-- | graphics/qcamview/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/graphics/aalib-x11/Makefile b/graphics/aalib-x11/Makefile index aa8731fecad..61ffca57d56 100644 --- a/graphics/aalib-x11/Makefile +++ b/graphics/aalib-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:00 jlam Exp $ PKGNAME= aalib-x11-${BASE_VERS} CATEGORIES+= x11 @@ -8,7 +8,7 @@ COMMENT= ASCII Art library with X11 support PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined ALL_TARGET= libaa-x11.la diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index 0f043172a9c..fd4fa3b198a 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 08:13:55 hamajima Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= cnxtutil-0.00-alpha @@ -10,7 +10,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#webcamnote COMMENT= Creative WEBCAM Notebook Utility Programs -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes .include "../../graphics/imlib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile index 79af450d394..5297ac41d7f 100644 --- a/graphics/compface/Makefile +++ b/graphics/compface/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 18:08:44 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/23 04:41:00 jlam Exp $ DISTNAME= compface-1.4 CATEGORIES= graphics @@ -10,7 +10,7 @@ COMMENT= 48x48x1 image compression and decompression (X-face utility) CONFLICTS= faces-[0-9]* -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_GNU_TOOLS+= make diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile index 167e068e273..a12e098c9c5 100644 --- a/graphics/cpia2view/Makefile +++ b/graphics/cpia2view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/09 15:55:17 hamajima Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= cpia2_driver-1.0 @@ -16,7 +16,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#cpia2 COMMENT= USB cameras based CPiA2 Utility Programs -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-build: for f in cpia2shot cpia2view ; do \ diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index fedca6d3758..5a5363f760e 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2004/01/05 20:38:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2004/03/23 04:41:00 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 04134b99bbf..b185d11898f 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2004/03/01 23:06:14 snj Exp $ +# $NetBSD: Makefile,v 1.45 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= gqview-1.4.1 @@ -11,7 +11,7 @@ COMMENT= GTK2-based graphic file viewer BUILD_USES_MSGFMT= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile index 98194916048..791dc729c5b 100644 --- a/graphics/mpeg2codec/Makefile +++ b/graphics/mpeg2codec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/02/11 09:10:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/23 04:41:01 jlam Exp $ DISTNAME= mpeg2vidcodec_v12 PKGNAME= mpeg2codec-1.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.mpeg.org/MSSG/ COMMENT= MPEG Software Simulation Group's MPEG-2 Encoder and Decoder WRKSRC= ${WRKDIR}/mpeg2 -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11BASE= # defined do-install: diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index 8ca0a6e9473..f30a4281d51 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/03/07 08:23:14 hamajima Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/23 04:41:01 jlam Exp $ # DISTNAME= qce-ga-0.40d @@ -14,7 +14,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcam COMMENT= Logitech Quickcam Express USB Utilities -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-build: for f in qcamshot qcamview ; do \ diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 8ced1ad1d63..c86c9239997 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/03/10 18:35:32 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2004/03/23 04:41:01 jlam Exp $ DISTNAME= xpm-3.4k PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= mycroft@NetBSD.org HOMEPAGE= http://www.inria.fr/koala/lehors/xpm.html COMMENT= The X Pixmap library -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_IMAKE= # defined CHECK_BUILTIN.xpm= yes |