diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/kdebase | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 10 |
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" \ |