summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics
diff options
context:
space:
mode:
authortron <tron>1998-05-04 00:20:01 +0000
committertron <tron>1998-05-04 00:20:01 +0000
commit1105f402c1960aaf655f094d02c7b695f7398f3b (patch)
treebde27068ebcf0a94a7ad2150b73717f57ef9933a /graphics/kdegraphics
parenta35b069aef6a768500faf55c73ec69f4130e27d5 (diff)
downloadpkgsrc-1105f402c1960aaf655f094d02c7b695f7398f3b.tar.gz
If the enviroment variable "KDEDIR" is set KDE's "configure" ignores the
"--prefix" argument. So let the package use that variable itself.
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r--graphics/kdegraphics/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile
index 7601e999669..261241f8afe 100644
--- a/graphics/kdegraphics/Makefile
+++ b/graphics/kdegraphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/05/01 20:19:58 tron Exp $
+# $NetBSD: Makefile,v 1.2 1998/05/04 00:20:02 tron Exp $
#
DISTNAME= kdegraphics-beta4-1
@@ -28,11 +28,11 @@ USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
- "--prefix=${PREFIX}" \
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"
-CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
+CONFIGURE_ENV= KDEDIR=${PREFIX} \
+ INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL="/usr/bin/install"