diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 14:06:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 14:06:20 +0000 |
commit | 6be45ec5f5338d9a7a109fea410a64e5d19cdac1 (patch) | |
tree | 6aba2d9646c0f454a3d45be10ed7ed5f5f237900 /x11-toolkits/qt33/Makefile | |
parent | 7346a3e76696fca8e90afd3d63c4fac450234737 (diff) | |
download | ports-6be45ec5f5338d9a7a109fea410a64e5d19cdac1.tar.gz ports-6be45ec5f5338d9a7a109fea410a64e5d19cdac1.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index f1a4b098f9b4..49df94103f91 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -7,8 +7,7 @@ # PORTNAME= qt -PORTVERSION= 3.3.6 -PORTREVISION= 3 +PORTVERSION= 3.3.7 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -31,7 +30,8 @@ USE_BZIP2= yes REINPLACE_ARGS= -i "" USE_X_PREFIX= yes HAS_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes +NO_FILTER_SHLIBS=yes .if defined(PACKAGE_BUILDING) TMPDIR?= /tmp @@ -147,6 +147,10 @@ CONFLICTS+= qt-3.3.* CONFLICTS+= qt-copy-[0-9]* .endif +.if ${X_WINDOW_SYSTEM:L} == xfree86-3 +IGNORE= "The QT ${PORTVERSION} port does not support any XFree86 < 4.x" +.endif + .if exists(${X11BASE}/include/qt2/qapp.h) BROKEN= "You have QT2 headers installed! Installing this port" BROKEN+="will result in conflicts between QT3 and QT2!" |