summaryrefslogtreecommitdiff
path: root/x11/kdebase/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2001-03-20 00:20:41 +0000
committerfredb <fredb>2001-03-20 00:20:41 +0000
commit148a14ab236cb5381ba87fb1c17248ea38c2d79a (patch)
tree852dc09bb645979dc2a2d81c4c815ff92f466c96 /x11/kdebase/Makefile
parent54c047155468e4a493d10ab12bbda4fcd1b7b276 (diff)
downloadpkgsrc-148a14ab236cb5381ba87fb1c17248ea38c2d79a.tar.gz
Don't let kde install it's own "rman". Instead, compile in the correct
path to rman. The determination as to whether it's the package rman or the XFree86-4.x installed rman is left to bsd.pkg.mk (via USE_RMAN). Closes PR pkg/8755.
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r--x11/kdebase/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index 5e4a7c2e204..71dd70d09c9 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2001/02/25 04:18:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.78 2001/03/20 00:20:41 fredb Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
DISTNAME= kdebase-1.1.2
@@ -22,6 +22,7 @@ DEPENDS+= libungif-*:../../graphics/libungif
USE_X11BASE= YES
USE_MESA= YES
+USE_RMAN= YES
USE_XPM= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
@@ -33,7 +34,7 @@ CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${QT1DIR}/qt1"
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${PREFIX} \
- CXXFLAGS="${CFLAGS}" \
+ CXXFLAGS="${CFLAGS} -DRMAN='\"${RMAN}\"'" \
all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
EXTRACT_ONLY= ${DISTNAME}.tar.bz2