summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/kdebase
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index 3fa24e5e213..e9ed5d9479e 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2000/08/07 07:32:41 tron Exp $
+# $NetBSD: Makefile,v 1.69 2000/08/23 23:14:32 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -15,15 +15,15 @@ HOMEPAGE= http://www.kde.org/
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
-DEPENDS+= xpm-3.4k:../../graphics/xpm
# kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase
# often do, so put the dependency here.
#
DEPENDS+= libungif-*:../../graphics/libungif
-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" \