summaryrefslogtreecommitdiff
path: root/www/Mosaic
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/Mosaic
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'www/Mosaic')
-rw-r--r--www/Mosaic/Makefile10
1 files changed, 5 insertions, 5 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}