aboutsummaryrefslogtreecommitdiff
path: root/graphics/pfstools
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-02 19:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-02 19:06:29 +0000
commit8751105222f64d68cf2214ba17fb7b6eaf35b134 (patch)
tree82dbb0488ca2294068c85ce0de4cbc44254e6238 /graphics/pfstools
parent18ff93d1a7890eb2f3b1c6249141e45a3e45e037 (diff)
downloadports-8751105222f64d68cf2214ba17fb7b6eaf35b134.tar.gz
ports-8751105222f64d68cf2214ba17fb7b6eaf35b134.zip
Remove the QT option as it depends on the expired QT3 port.
The maintainer does not use this port any longer, new volunteers are welcome. PR: ports/180200 Submitted by: myself Approved by: Daniel O'Connor <darius@dons.net.au> (maintainer)
Notes
Notes: svn path=/head/; revision=322192
Diffstat (limited to 'graphics/pfstools')
-rw-r--r--graphics/pfstools/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile
index 0fb5a62a3382..1272b7880f8c 100644
--- a/graphics/pfstools/Makefile
+++ b/graphics/pfstools/Makefile
@@ -29,8 +29,7 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
USES= pkgconfig
-OPTIONS_DEFINE= NETPBM OPENEXR TIFF QT IMAGEMAGICK OCTAVE OPENGL
-QT_DESC= QT library support
+OPTIONS_DEFINE= NETPBM OPENEXR TIFF IMAGEMAGICK OCTAVE OPENGL
OCTAVE_DESC= Compile octave interface functions
OPTIONS_DEFAULT= TIFF
@@ -100,17 +99,8 @@ CONFIGURE_ARGS+=--disable-tiff
PLIST_SUB+= TIFF="@comment "
.endif
-.if ${PORT_OPTIONS:MQT}
-CONFIGURE_ARGS+=--enable-qt
-USE_QT_VER= 3
-.include "${PORTSDIR}/Mk/bsd.kde.mk"
-PLIST_SUB+= QT=""
-MAN1+= pfsview.1 \
- pfsv.1
-.else
CONFIGURE_ARGS+=--disable-qt
PLIST_SUB+= QT="@comment "
-.endif
.if ${PORT_OPTIONS:MIMAGEMAGICK}
CONFIGURE_ARGS+=--enable-imagemagick