summaryrefslogtreecommitdiff
path: root/x11/khostchooser
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-04-12 23:55:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-04-12 23:55:47 +0000
commitddab22953b3311f6607512021b881a23581af960 (patch)
tree58f346e29efe282828ced7f87b2286df54cb1646 /x11/khostchooser
parent29d4990e004b6e13873b82e852316d5d10717d78 (diff)
downloadpkgsrc-ddab22953b3311f6607512021b881a23581af960.tar.gz
fix path for qt1
Diffstat (limited to 'x11/khostchooser')
-rw-r--r--x11/khostchooser/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/khostchooser/Makefile b/x11/khostchooser/Makefile
index 38a8e269b71..e7a573a38ed 100644
--- a/x11/khostchooser/Makefile
+++ b/x11/khostchooser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/09 20:27:36 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/04/13 00:20:38 dmcmahill Exp $
#
DISTNAME= khostchooser-0.3
@@ -19,11 +19,12 @@ USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/kde \
- --with-qt-dir=${PREFIX} \
- --with-qt-includes=${PREFIX}/include/qt
+ --with-qt-dir=${X11BASE}/qt1
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= KDEDIR=${PREFIX} \
+ QTDIR=${X11BASE}/qt1 \
+ MOC=${X11BASE}/qt1/bin/moc \
CXXFLAGS="${CFLAGS}" \
- all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib"
+ all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
.include "../../mk/bsd.pkg.mk"