diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 20:19:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 20:19:43 +0000 |
commit | 36722f749464a7a2674c078a72c333f1ee8664a1 (patch) | |
tree | 85d66808c6e06530a321519d5b18bd9263174a71 /x11-toolkits/qt33 | |
parent | c063587ef2b0405b947d01ff80ccd5d0e1c38210 (diff) | |
download | ports-36722f749464a7a2674c078a72c333f1ee8664a1.tar.gz ports-36722f749464a7a2674c078a72c333f1ee8664a1.zip |
- Remove references to XFree86 3.X
Notes
Notes:
svn path=/head/; revision=183980
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index c58b81cafd59..f1a4b098f9b4 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -147,10 +147,6 @@ 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!" |