summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>1999-01-30 23:18:44 +0000
committeragc <agc>1999-01-30 23:18:44 +0000
commita05bd217729b1677cafc47c5b39771599522cb30 (patch)
treec7d450ad71b27506975c9e22be6574c49d8bb3d9 /x11
parent25e554e491d29a5a9bebbb7dbcaf63b975fc5339 (diff)
downloadpkgsrc-a05bd217729b1677cafc47c5b39771599522cb30.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 'x11')
-rw-r--r--x11/afterstep/Makefile4
-rw-r--r--x11/amiwm/Makefile4
-rw-r--r--x11/asclock/Makefile4
-rw-r--r--x11/dxpc/Makefile4
-rw-r--r--x11/enlightenment/Makefile4
-rw-r--r--x11/filerunner/Makefile4
-rw-r--r--x11/fvwm-wharf/Makefile4
-rw-r--r--x11/fvwm95/Makefile4
-rw-r--r--x11/gnome-core/Makefile4
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gtk/Makefile4
-rw-r--r--x11/gtk10/Makefile4
-rw-r--r--x11/gtkglarea/Makefile4
-rw-r--r--x11/kdebase/Makefile4
-rw-r--r--x11/kdelibs/Makefile4
-rw-r--r--x11/lesstif/Makefile4
-rw-r--r--x11/qt/Makefile4
-rw-r--r--x11/rclock/Makefile4
-rw-r--r--x11/rxvt/Makefile4
-rw-r--r--x11/tk80/Makefile4
-rw-r--r--x11/windowmaker/Makefile4
-rw-r--r--x11/wmthemes/Makefile4
-rw-r--r--x11/xforms/Makefile4
-rw-r--r--x11/xglobe/Makefile4
-rw-r--r--x11/xlockmore/Makefile4
-rw-r--r--x11/xneko/Makefile4
-rw-r--r--x11/xpns/Makefile4
-rw-r--r--x11/xscreensaver/Makefile4
-rw-r--r--x11/xtermset/Makefile4
-rw-r--r--x11/xwrits/Makefile4
30 files changed, 60 insertions, 60 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile
index a2991630bd1..d081114f606 100644
--- a/x11/afterstep/Makefile
+++ b/x11/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/12/28 23:36:43 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:55 agc Exp $
DISTNAME= AfterStep-1.6.0
PKGNAME= afterstep-1.6.0
@@ -17,7 +17,7 @@ DEPENDS+= asclock-11:../../x11/asclock
CONFLICTS= afterstep-*
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \
diff --git a/x11/amiwm/Makefile b/x11/amiwm/Makefile
index 221966f1a9a..99d6814f836 100644
--- a/x11/amiwm/Makefile
+++ b/x11/amiwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/11/12 14:43:50 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:55 agc Exp $
#
DISTNAME= amiwm0.20pl48
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
MAINTAINER= rh@trapdoor.vip.at
HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O"
diff --git a/x11/asclock/Makefile b/x11/asclock/Makefile
index 18779dc244d..4e48b457485 100644
--- a/x11/asclock/Makefile
+++ b/x11/asclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/08/17 21:17:17 tron Exp $
+# $NetBSD: Makefile,v 1.11 1999/01/30 23:18:55 agc Exp $
#
DISTNAME= asclock
@@ -39,7 +39,7 @@ LANG?=1
# 3) 2bit greyscale ( 4 colors)
PANEL?=1
-USE_X11= yes
+USE_X11BASE= yes
INSTALL_TARGET= install install.man
do-configure:
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
index fb4273df326..d5d60c206f0 100644
--- a/x11/dxpc/Makefile
+++ b/x11/dxpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:33 tsarna Exp $
+# $NetBSD: Makefile,v 1.9 1999/01/30 23:18:55 agc Exp $
#
DISTNAME= dxpc-3.7.0
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://ccwf.cc.utexas.edu/~zvonler/dxpc/
GNU_CONFIGURE= yes
-USE_X11= yes
+USE_X11BASE= yes
post-install:
@strip ${PREFIX}/bin/dxpc
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile
index 6f5a77e2312..3ab005f29c6 100644
--- a/x11/enlightenment/Makefile
+++ b/x11/enlightenment/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/01/16 05:50:28 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/01/30 23:18:55 agc Exp $
DISTNAME= enlightenment-0.14
CATEGORIES= x11
@@ -15,7 +15,7 @@ DEPENDS+= p5-gtk-0.4:../../x11/p5-gtk
WRKSRC= ${WRKDIR}/e
USE_PERL5= yes
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/x11/filerunner/Makefile b/x11/filerunner/Makefile
index aba21a285f7..87e0b4920a6 100644
--- a/x11/filerunner/Makefile
+++ b/x11/filerunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:33 tsarna Exp $
+# $NetBSD: Makefile,v 1.8 1999/01/30 23:18:55 agc Exp $
# $FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:11 jseger Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.cd.chalmers.se/~hch/filerunner.html
DEPENDS+= tk-8.0p2:../../x11/tk80
-USE_X11= yes
+USE_X11BASE= yes
post-extract:
${RM} ${WRKSRC}/ext.so
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile
index 567b4387480..a8401636f2c 100644
--- a/x11/fvwm-wharf/Makefile
+++ b/x11/fvwm-wharf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/23 15:12:05 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:55 agc Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.afterstep.org/
DEPENDS= xpm-3.4k:../../graphics/xpm
-USE_X11= yes
+USE_X11BASE= yes
do-configure:
(cd ${WRKSRC} ; xmkmf ; make Makefiles)
diff --git a/x11/fvwm95/Makefile b/x11/fvwm95/Makefile
index c4c9c8cb331..a4e5a75506b 100644
--- a/x11/fvwm95/Makefile
+++ b/x11/fvwm95/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/11/19 15:40:47 agc Exp $
+# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:55 agc Exp $
# FreeBSD: Makefile,v 1.17 1997/12/24 01:21:18 alex Exp
#
@@ -15,7 +15,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= xpmroot-1.01:../../x11/xpmroot
DEPENDS+= rplay-3.2.0b6:../../audio/rplay
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \
--libdir=${LOCALBASE}/lib
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 7ab01b93abe..e74a8811226 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/01/16 06:08:02 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:56 agc Exp $
#
DISTNAME= gnome-core-0.99.3.1
@@ -17,7 +17,7 @@ CONFLICTS= gnome-core-*
NOT_FOR_ARCHS= alpha # problems with gtk
GNU_CONFIGURE= yes
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 1ce5d8e7653..95514700f6a 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/01/16 03:34:56 tron Exp $
+# $NetBSD: Makefile,v 1.14 1999/01/30 23:18:56 agc Exp $
#
DISTNAME= gnome-libs-0.99.3
@@ -18,7 +18,7 @@ NOT_FOR_ARCHS= alpha # problems with gtk
CONFLICTS= gnome-libs-*
GNU_CONFIGURE= yes
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LDFLAGS+= "-L${LOCALBASE}/lib"
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 395d94ce2b1..3f3b97afca3 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/01/16 01:43:29 tron Exp $
+# $NetBSD: Makefile,v 1.26 1999/01/30 23:18:56 agc Exp $
DISTNAME= gtk+-1.1.12
CATEGORIES= x11
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
CONFLICTS= gtk+-*
USE_LIBTOOL= yes
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
index 32e44c22fa3..0b99d425036 100644
--- a/x11/gtk10/Makefile
+++ b/x11/gtk10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/01/03 15:20:52 augustss Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:56 agc Exp $
DISTNAME= gtk+-1.0.6
CATEGORIES= x11
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gtk.org/
CONFLICTS= gtk+-1.0.0 gtk+-1.0.4 gtk+-1.1.* glib-1.1.*
USE_LIBTOOL= yes
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile
index 32dcb44da7b..1a7a34a4fba 100644
--- a/x11/gtkglarea/Makefile
+++ b/x11/gtkglarea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/20 10:11:39 tron Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:56 agc Exp $
DISTNAME= gtkglarea-1.1
CATEGORIES= x11 graphics
@@ -11,7 +11,7 @@ DEPENDS+= Mesa-3.0:../../graphics/Mesa
DEPENDS+= gtk+-1.1.12:../../x11/gtk
GNU_CONFIGURE= YES
-USE_X11= YES
+USE_X11BASE= YES
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE}
CONFIGURE_ARGS+= --with-lib-MesaGL
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index bd11601d638..08ca5d9a54b 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1998/12/29 19:46:49 tron Exp $
+# $NetBSD: Makefile,v 1.26 1999/01/30 23:18:56 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
#
@@ -15,7 +15,7 @@ DEPENDS+= kdelibs-1.0:../../x11/kdelibs
CONFLICTS= kdebase-2.1b kdebase-3.1b kdebase-4.1b
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index fd3e200b1c0..e65401f4049 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1998/12/29 19:42:09 tron Exp $
+# $NetBSD: Makefile,v 1.24 1999/01/30 23:18:56 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -16,7 +16,7 @@ DEPENDS+= giflib-3.0:../../graphics/giflib
CONFLICTS= kdelibs-2.1b kdelibs-3.1b kdelibs-4.1b
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${X11BASE}/lib -L${LOCALBASE}/lib" \
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 561569b45b0..9353e33aa22 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 1999/01/14 08:18:42 tron Exp $
+# $NetBSD: Makefile,v 1.36 1999/01/30 23:18:57 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -14,7 +14,7 @@ CONFLICTS= lesstif-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_X11= yes
+USE_X11BASE= yes
# disable this for debugging
CONFIGURE_ARGS+=--enable-production
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index 14cdbad8c9a..b36a4073e8b 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1998/12/29 19:34:47 tron Exp $
+# $NetBSD: Makefile,v 1.23 1999/01/30 23:18:57 agc Exp $
#
DISTNAME= qt-1.42
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.troll.no/products/qt.html
CONFLICTS= qt-*
-USE_X11= yes
+USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
diff --git a/x11/rclock/Makefile b/x11/rclock/Makefile
index 0986d0abca1..317bb560a2d 100644
--- a/x11/rclock/Makefile
+++ b/x11/rclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/06/22 13:20:59 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:57 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/03/03 16:27:10 obrien Exp
#
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt
MAINTAINER= packages@netbsd.org
CFLAGS+= '-DMAIL_SPOOL=\"/var/mail/\"'
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
ALL_TARGET= clock
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 8af26d1e65b..be140ad1561 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/06/22 13:21:00 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:57 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp
#
@@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc/rxvt
MAINTAINER= packages@netbsd.org
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile
index 3b01c743d5c..13d17a1e37d 100644
--- a/x11/tk80/Makefile
+++ b/x11/tk80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1999/01/26 22:03:20 agc Exp $
+# $NetBSD: Makefile,v 1.23 1999/01/30 23:18:57 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp
#
@@ -15,7 +15,7 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80
WRKSRC= ${WRKDIR}/tk8.0/unix
GNU_CONFIGURE= yes
-BUILD_USES_X11= yes
+USE_X11= yes
# let libtool look after shared libraries
USE_LIBTOOL= yes
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 8ba21891cec..8ebaa98c92e 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/01/19 22:12:15 tron Exp $
+# $NetBSD: Makefile,v 1.19 1999/01/30 23:18:57 agc Exp $
DISTNAME= WindowMaker-0.50.2
PKGNAME= windowmaker-0.50.2
@@ -20,7 +20,7 @@ DEPENDS+= tiff-3.4:../../graphics/tiff
CONFLICTS= windowmaker-*
USE_LIBTOOL= yes
-USE_X11= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/share/locale \
--with-gfx-incs="-I${LOCALBASE}/include \
diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile
index 5cbe0e6c6d3..b7348d24b7c 100644
--- a/x11/wmthemes/Makefile
+++ b/x11/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/01/23 15:01:28 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:57 agc Exp $
DISTNAME= wmthemes-0.50.x
CATEGORIES= x11
@@ -12,7 +12,7 @@ DEPENDS+= windowmaker-0.50.2:../../x11/windowmaker
CONFLICTS= wm-themes-* wmthemes-*
-USE_X11= yes
+USE_X11BASE= yes
NO_BUILD= yes
NO_CONFIGURE= yes
NO_CHECKSUM= yes
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
index 81fb773f854..83db337c107 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/11/13 13:04:15 matthias Exp $
+# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:57 agc Exp $
#
DISTNAME= bxform-088
@@ -29,7 +29,7 @@ OBJMACHINE= yes
NO_BUILD= yes
-USE_X11= yes
+USE_X11BASE= yes
post-patch:
${MV} ${WRKSRC}/mkconfig.h ${WRKSRC}/mkconfig.h.orig
diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile
index 4bd9e5004cc..29527bd0e01 100644
--- a/x11/xglobe/Makefile
+++ b/x11/xglobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/01/20 20:24:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1999/01/30 23:18:58 agc Exp $
#
DISTNAME= xglobe-0.2
@@ -17,7 +17,7 @@ DIST_SUBDIR= xglobe
MAPS= LE.400.gif Brill.400.gif mggd.gif
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-USE_X11= YES
+USE_X11BASE= YES
USE_GMAKE= YES
MAKE_ENV+= QTDIR=${X11BASE}
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index a69d5d6ae2f..e80c151915e 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1998/09/30 19:49:43 tron Exp $
+# $NetBSD: Makefile,v 1.22 1999/01/30 23:18:58 agc Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
@@ -19,6 +19,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \
--without-editres --without-dtsaver --without-rplay \
--without-nas --without-gtk
-USE_X11= yes
+USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile
index 6fbd01f9666..356f0999b94 100644
--- a/x11/xneko/Makefile
+++ b/x11/xneko/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/06/20 09:20:40 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:58 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/03/12 08:21:35 asami Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
MAINTAINER= packages@netbsd.org
-USE_X11= yes
+USE_X11BASE= yes
IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko
diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile
index 0db30d8027b..9cedb893452 100644
--- a/x11/xpns/Makefile
+++ b/x11/xpns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/10/15 19:51:09 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:58 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp
#
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
HOMEPAGE= http://www.informatik.uni-stuttgart.de/ipvr/bv/pns/pns.html
-USE_X11= yes
+USE_X11BASE= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= pns
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile
index 795bc3159a8..364c5e6a316 100644
--- a/x11/xscreensaver/Makefile
+++ b/x11/xscreensaver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/01/06 13:13:36 frueauf Exp $
+# $NetBSD: Makefile,v 1.19 1999/01/30 23:18:58 agc Exp $
#
DISTNAME= xscreensaver-3.07
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune \
--enable-subdir=${PREFIX}/libexec/xscreensaver
CONFIGURE_ENV+= INSTALL=/usr/bin/install
-USE_X11= yes
+USE_X11BASE= yes
USE_MOTIF= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xtermset/Makefile b/x11/xtermset/Makefile
index 1d1b7ea7e6b..690db4471d0 100644
--- a/x11/xtermset/Makefile
+++ b/x11/xtermset/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/01/07 23:43:40 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:58 agc Exp $
#
DISTNAME= xtermset-0.2
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.cs.vu.nl/~bernsti/xtermset/src/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.cs.vu.nl/~bernsti/xtermset/
-USE_X11= YES
+USE_X11BASE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xtermset
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile
index d27381b111d..a09c5b45583 100644
--- a/x11/xwrits/Makefile
+++ b/x11/xwrits/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/17 09:27:34 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1999/01/30 23:18:58 agc Exp $
DISTNAME= xwrits-2.7.3
CATEGORIES= x11
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/xwrits/
CONFLICTS= xwrits-*
-USE_X11= YES
+USE_X11BASE= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"