summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoragc <agc>1999-01-30 23:18:44 +0000
committeragc <agc>1999-01-30 23:18:44 +0000
commit318b5ca17dbfdbad666c2d9b894592832a28f38e (patch)
treec7d450ad71b27506975c9e22be6574c49d8bb3d9 /graphics
parentafcded1d8e53a2ddb25d92d603ca7afc18aff785 (diff)
downloadpkgsrc-318b5ca17dbfdbad666c2d9b894592832a28f38e.tar.gz
Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile4
-rw-r--r--graphics/fnlib/Makefile4
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/hp2xx/Makefile4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--graphics/kdegraphics/Makefile4
-rw-r--r--graphics/mpeg2codec/Makefile4
-rw-r--r--graphics/plotutils/Makefile4
-rw-r--r--graphics/sane/Makefile4
-rw-r--r--graphics/xpdf/Makefile4
-rw-r--r--graphics/xplot/Makefile4
11 files changed, 22 insertions, 22 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index a72fe56ebee..db34150475b 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1998/12/18 11:50:52 kleink Exp $
+# $NetBSD: Makefile,v 1.22 1999/01/30 23:18:50 agc Exp $
#
DISTNAME= MesaLib-3.0
@@ -19,7 +19,7 @@ NOT_FOR_ARCHS= alpha #gcc lossage
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= netbsd
-USE_X11= yes
+USE_X11BASE= yes
MESA_LIBS= libMesaGL libMesaGLU
MESA_VERSION= 3.0
GLUT_LIBS= libglut
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile
index 2004ab79f83..037c74a3793 100644
--- a/graphics/fnlib/Makefile
+++ b/graphics/fnlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/12/21 17:05:52 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:50 agc Exp $
DISTNAME= fnlib_DR-0.3
PKGNAME= fnlib-0.3
@@ -12,6 +12,6 @@ DEPENDS+= imlib-1.8.2:../../graphics/imlib
WRKSRC= ${WRKDIR}/fnlib
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_X11= yes
+USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 6e5a0d83b31..68948e577f6 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 1998/11/21 15:56:39 mycroft Exp $
+# $NetBSD: Makefile,v 1.30 1999/01/30 23:18:50 agc Exp $
DISTNAME= gimp-1.0.2
CATEGORIES= graphics
@@ -27,7 +27,7 @@ GIMP_DATA= gimp-data-extras-1.0.0
.ifndef DISPLAY
IS_INTERACTIVE= yes
.endif
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
CFLAGS= -pipe -O2 -I${LOCALBASE}/include
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index 83edf82af3a..abbd52c7037 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/08/23 06:56:02 garbled Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:50 agc Exp $
#
DISTNAME= hp2xx-3.1.4
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= mcmahill@alum.mit.edu
HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html
-USE_X11= yes
+USE_X11BASE= yes
INFO_FILES= hp2xx.info
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index cc02b6388f4..1a13a10c074 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/01/18 19:35:30 tron Exp $
+# $NetBSD: Makefile,v 1.14 1999/01/30 23:18:50 agc Exp $
#
DISTNAME= imlib-1.9.0
@@ -18,7 +18,7 @@ DEPENDS+= giflib-3.0:../../graphics/giflib
CONFLICTS= imlib-*
-USE_X11= yes
+USE_X11BASE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index 4068a302188..fc41e84d275 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/12/29 19:46:49 tron Exp $
+# $NetBSD: Makefile,v 1.12 1999/01/30 23:18:50 agc Exp $
#
DISTNAME= kdegraphics-1.0
@@ -13,7 +13,7 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase
CONFLICTS= kdegraphics-4.1b
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile
index 779ed4adc4c..038ef9d6401 100644
--- a/graphics/mpeg2codec/Makefile
+++ b/graphics/mpeg2codec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/09/28 18:10:27 tron Exp $
+# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:50 agc Exp $
DISTNAME= mpeg2vidcodec_v12
PKGNAME= mpeg2codec-1.2
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.mpeg.org/MSSG/
-USE_X11= yes
+USE_X11BASE= yes
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/mpeg2
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 026b7f1079d..81dd05f3501 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/11/07 15:23:49 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:50 agc Exp $
#
DISTNAME= plotutils-2.1.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_X11= yes
+USE_X11BASE= yes
INFO_FILES= plotutils.info
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile
index 444e6a5ec4d..891bbe0866c 100644
--- a/graphics/sane/Makefile
+++ b/graphics/sane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/11/28 20:59:58 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:51 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp
#
@@ -16,7 +16,7 @@ CONFLICTS+= sane-0.72 sane-0.74
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_X11= yes
+USE_X11BASE= yes
# -O to workaorund bug with -O2 and egcs.
CFLAGS= -O -I${LOCALBASE}/include
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 8a04e565c36..55abe784905 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/12/20 23:05:19 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:51 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
#
@@ -17,7 +17,7 @@ CONFLICTS= xpdf-0.7a
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
CONFIGURE_ARGS= --with-gzip
-USE_X11= yes
+USE_X11BASE= yes
MAN1= xpdf.1 pdftops.1 pdftotext.1 pdfinfo.1 pdftopbm.1 pdfimages.1
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile
index 1243156a5e5..b73c204a465 100644
--- a/graphics/xplot/Makefile
+++ b/graphics/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/01/29 20:19:10 tron Exp $
+# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:51 agc Exp $
#
DISTNAME= xplot-0.90
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
MAINTAINER= thorpej@netbsd.org
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \