summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortron <tron>2000-08-25 08:26:07 +0000
committertron <tron>2000-08-25 08:26:07 +0000
commit76384e247872efbe43e112da35f811c14224794d (patch)
tree4a3e10d7866696651c62e34eb567fa392a9f3089 /converters
parentdb95d5f49a9e0d1ef0911242d5896b743c5c6106 (diff)
downloadpkgsrc-76384e247872efbe43e112da35f811c14224794d.tar.gz
Because this package doesn't require QT to build we don't need to
locate the QT includes and libraries.
Diffstat (limited to 'converters')
-rw-r--r--converters/kdesupport/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile
index e14bab844fc..d07ad57f197 100644
--- a/converters/kdesupport/Makefile
+++ b/converters/kdesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2000/08/22 21:23:23 skrll Exp $
+# $NetBSD: Makefile,v 1.35 2000/08/25 08:26:07 tron Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#
@@ -15,13 +15,11 @@ USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
GNU_CONFIGURE= yes
-EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS= "--without-gnu-ld" \
"--without-libjpeg" \
"--without-libgif" \
"--without-libgdbm" \
"--without-libuulib" \
- "--without-sprite-field" \
- "--with-qt-dir=${QT1DIR}/qt1"
+ "--without-sprite-field"
.include "../../mk/bsd.pkg.mk"