summaryrefslogtreecommitdiff
path: root/x11/kdebase/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-10-15 12:06:32 +0000
committerrh <rh>2000-10-15 12:06:32 +0000
commited4c7e54fabb723a86ef67fc00c81d2ee9e94119 (patch)
tree0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /x11/kdebase/Makefile
parent58810cfb32e9e733c3bae69535147bfeef6eb1d7 (diff)
downloadpkgsrc-ed4c7e54fabb723a86ef67fc00c81d2ee9e94119.tar.gz
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r--x11/kdebase/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index ff75c5eb34b..beae6918045 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2000/09/09 01:07:59 hubertf Exp $
+# $NetBSD: Makefile,v 1.72 2000/10/15 12:06:43 rh Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -13,19 +13,26 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
-DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs
# kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase
# often do, so put the dependency here.
#
DEPENDS+= libungif-*:../../graphics/libungif
+<<<<<<< Makefile
+USE_X11BASE= YES
+USE_MESA= YES
+USE_XPM= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+=======
USE_X11BASE= YES
USE_XPM= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
GNU_CONFIGURE= YES
+>>>>>>> 1.70
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \