aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-04-05 22:16:12 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-04-05 22:16:12 +0000
commitb294b98273d5cae35ab470c066f683c7b5e8d837 (patch)
treeeee9e6143a38af1c4219aaf69eb7096627c2e625 /x11-toolkits/qt33
parentd421d81b7b1fd41b649c45c5fc74ec6286d32687 (diff)
downloadports-b294b98273d5cae35ab470c066f683c7b5e8d837.tar.gz
ports-b294b98273d5cae35ab470c066f683c7b5e8d837.zip
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!
Notes
Notes: svn path=/head/; revision=78353
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile9
-rw-r--r--x11-toolkits/qt33/files/patch-config.tests-x11-xfreetype.test11
2 files changed, 1 insertions, 19 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 87908f0c87dc..39dfdce298c3 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -36,7 +36,7 @@ NO_FILTER_SHLIBS=yes
CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \
-qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
-system-zlib -no-nas-sound -sm -qt-gif -thread \
- -no-fast ${XINERAMA} -no-g++-exceptions -no-stl \
+ -no-fast -xinerama -no-g++-exceptions -no-stl \
${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
-docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins
@@ -50,13 +50,6 @@ USE_MESA= yes
CONFIGURE_ARGS+=-disable-opengl
.endif # WITHOUT_OPENGL
-.if defined(WITH_XINERAMA)
-XINERAMA= -xinerama
-PKGNAMESUFFIX= -xinerama
-.else
-XINERAMA= -no-xinerama
-.endif # defined(WITH_XINERAMA)
-
.if !defined(WITHOUT_CUPS)
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
diff --git a/x11-toolkits/qt33/files/patch-config.tests-x11-xfreetype.test b/x11-toolkits/qt33/files/patch-config.tests-x11-xfreetype.test
deleted file mode 100644
index d7c0f030e280..000000000000
--- a/x11-toolkits/qt33/files/patch-config.tests-x11-xfreetype.test
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.tests/x11/xfreetype.test.orig Wed Nov 13 04:52:27 2002
-+++ config.tests/x11/xfreetype.test Sun Dec 29 07:11:17 2002
-@@ -37,7 +37,7 @@
- LIBDIRS="$IN_LIBDIRS $XDIRS /usr/shlib /usr/lib /lib"
- F=
- for LIBDIR in $LIBDIRS; do
-- LIBS="Xft2 Xft"
-+ LIBS="Xft Xft2"
- for LIB in $LIBS; do
- FOUND_LIB=`ls ${LIBDIR}/lib${LIB}.* 2>/dev/null`
- if [ ! -z "$FOUND_LIB" ]; then