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
commit5daf2375af2e11e3ab3536c698fc0cfee8cd400c (patch)
tree4a3e10d7866696651c62e34eb567fa392a9f3089 /converters
parent0c5d712e2b96f76dfdc25a01a73872b8affd77e9 (diff)
downloadpkgsrc-5daf2375af2e11e3ab3536c698fc0cfee8cd400c.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"