summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics/Makefile')
-rw-r--r--graphics/kdegraphics/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index f1e6d27576a..7f7a711c62f 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2000/07/15 20:39:20 agc Exp $
+# $NetBSD: Makefile,v 1.32 2000/07/17 13:58:21 agc Exp $
#
DISTNAME= kdegraphics-1.1.2
@@ -16,11 +16,11 @@ USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-EVAL_PREFIX+= QT1DIR=qt1
-CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
+EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
+CONFIGURE_ARGS= "--datadir=${KDEBASEDIR}/share/kde" \
"--with-qt-dir=${QT1DIR}/qt1"
CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= KDEDIR=${PREFIX} \
+CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
CXXFLAGS="${CFLAGS}" \
all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"