summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /www
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'www')
-rw-r--r--www/Mosaic/Makefile10
-rw-r--r--www/arena/Makefile10
2 files changed, 10 insertions, 10 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile
index f22a3cefaef..47c9454b474 100644
--- a/www/Mosaic/Makefile
+++ b/www/Mosaic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/07/29 00:09:59 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2000/08/23 23:14:32 tron Exp $
# FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp
#
@@ -13,14 +13,14 @@ HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png>=1.0.6:../../graphics/png
-DEPENDS+= xpm-3.4k:../../graphics/xpm
NOT_FOR_PLATFORM= *-*-alpha #LP64 problems
-USE_X11BASE= # defined
-USE_MOTIF12= # defined
+USE_X11BASE= YES
+USE_XPM= YES
+USE_MOTIF12= YES
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-zdir=/usr
CONFIGURE_ARGS+= --with-jpegdir=${LOCALBASE}
CONFIGURE_ARGS+= --with-pngdir=${LOCALBASE}
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 7a5444237b5..a8dab0ad93d 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2000/08/06 01:19:21 fredb Exp $
+# $NetBSD: Makefile,v 1.27 2000/08/23 23:14:32 tron Exp $
# FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp
#
@@ -15,12 +15,12 @@ DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= libwww>=5.2.8:../../www/libwww
DEPENDS+= png>=1.0.6:../../graphics/png
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= YES
MAKEFILE= makefile
-USE_GMAKE= yes
-USE_X11= yes
+USE_GMAKE= YES
+USE_X11= YES
+USE_XPM= YES
# Comment out the following to build in the debugging symbols.
CONFIGURE_ARGS+= --without-debug