diff options
author | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-03-28 00:12:29 +0000 |
commit | 0eb7c07b27905b8d1e85ac187486c3310161b139 (patch) | |
tree | 8ee3b673ba2f5c6538c486412d7adc655028a216 /converters | |
parent | 485df84fe5b267a5ee80411df9eb943a049e6451 (diff) | |
download | pkgsrc-0eb7c07b27905b8d1e85ac187486c3310161b139.tar.gz |
Change from using qt to qt1. This clears the way to allow Qt to be upgraded
to Qt-2 without breaking KDE which still requires Qt-1.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index 5c6abaf2fc9..0b75814910f 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/10/07 17:41:48 tron Exp $ +# $NetBSD: Makefile,v 1.27 2000/03/28 00:12:30 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # @@ -18,6 +18,7 @@ CONFIGURE_ARGS= "--without-gnu-ld" \ "--without-libgif" \ "--without-libgdbm" \ "--without-libuulib" \ - "--without-sprite-field" + "--without-sprite-field" \ + "--with-qt-dir=${X11BASE}/qt1" .include "../../mk/bsd.pkg.mk" |