summaryrefslogtreecommitdiff
path: root/x11/khostchooser
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commitd9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/khostchooser
parentb735b13875cb70c66b6ea714e5270b631b195051 (diff)
downloadpkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/khostchooser')
-rw-r--r--x11/khostchooser/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/khostchooser/Makefile b/x11/khostchooser/Makefile
index 6db51437510..5e4a4acbf56 100644
--- a/x11/khostchooser/Makefile
+++ b/x11/khostchooser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/07/15 20:39:26 agc Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/23 23:14:34 tron Exp $
#
DISTNAME= khostchooser-0.3
@@ -10,14 +10,14 @@ MAINTAINER= root@garbled.net
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= libungif-*:../../graphics/libungif
WRKSRC= ${WRKDIR}/khostchooser
-USE_X11BASE= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_X11BASE= YES
+USE_XPM= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \