summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/kdesupport11/Makefile')
-rw-r--r--converters/kdesupport11/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile
index c12cecd5ce2c..884a454155fd 100644
--- a/converters/kdesupport11/Makefile
+++ b/converters/kdesupport11/Makefile
@@ -18,19 +18,12 @@ MAINTAINER= will@FreeBSD.org
USE_BZIP2= yes
NO_LATEST_LINK= yes
-USE_QT= yes
+USE_QT_VER= 1
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --without-libjpeg --without-libgif \
--without-libgdbm --without-libuulib \
--with-qt-includes=${QTDIR}/include/X11/qt
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" \
- QTDIR=${QTDIR}
-
-.if defined(PREFIX)
-QTDIR?= ${PREFIX}
-.else
-QTDIR?= ${X11BASE}
-.endif
+CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555"
.include <bsd.port.mk>