diff options
author | rene <rene@FreeBSD.org> | 2013-07-03 03:06:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-03 03:06:29 +0800 |
commit | 5545c3e5b1c709c51a9435479e58ff28c4a189e4 (patch) | |
tree | 82dbb0488ca2294068c85ce0de4cbc44254e6238 | |
parent | d8aba0f944c06887cc7520b2e25efe037cf47b8b (diff) | |
download | freebsd-ports-gnome-5545c3e5b1c709c51a9435479e58ff28c4a189e4.tar.gz freebsd-ports-gnome-5545c3e5b1c709c51a9435479e58ff28c4a189e4.tar.zst freebsd-ports-gnome-5545c3e5b1c709c51a9435479e58ff28c4a189e4.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)
-rw-r--r-- | graphics/pfstools/Makefile | 12 |
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 |