summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-25 08:26:07 +0000
committertron <tron@pkgsrc.org>2000-08-25 08:26:07 +0000
commitcff4215b0d6d1fa352cea42f91735d05fe2251d9 (patch)
tree4a3e10d7866696651c62e34eb567fa392a9f3089 /converters
parentcca47404f419cac10d197db7a58c618c390bbbdf (diff)
downloadpkgsrc-cff4215b0d6d1fa352cea42f91735d05fe2251d9.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"