diff options
-rw-r--r-- | graphics/qiv/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 | ||||
-rw-r--r-- | x11/x3270/Makefile | 9 |
3 files changed, 1 insertions, 14 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index a6fc8fa2b5e0..3d9da8856016 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast GDK/Imlib image viewer -OPTIONS= XINERAMA "use multiple monitors (XFree86 4 and X.org only)" off +OPTIONS= XINERAMA "use multiple monitors" off USE_GETOPT_LONG=yes USE_GMAKE= yes USE_GNOME= imlib 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!" diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 8d571b242585..5dceb684a30c 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -32,15 +32,6 @@ MAN1= x3270.1 x3270if.1 x3270-script.1 MAN5= ibm_hosts.5 #MANCOMPRESSED= yes -pre-install: -.if !exists(${X11BASE}/lib/X11/fonts/local) - @${ECHO} "*********************************************************" - @${ECHO} "Please update your XFree86 to version 3.3.3 or later" - @${ECHO} "or add ${X11BASE}/lib/X11/fonts/local to your font path" - @${ECHO} "in /etc/XF86Config." - @${ECHO} "*********************************************************" -.endif - post-install: ${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270if.1 ${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270-script.1 |