diff options
author | rh <rh> | 2000-10-15 12:06:32 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 12:06:32 +0000 |
commit | 782f9479439113dbc67ed8bf15842fcf8075aae2 (patch) | |
tree | 0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /x11/kdebase | |
parent | 290a0cecb7e6c4ae047c56110129d1e09dfa8e8c (diff) | |
download | pkgsrc-782f9479439113dbc67ed8bf15842fcf8075aae2.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 11 |
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" \ |