svn commit: r322192 - head/graphics/pfstools
Rene Ladan
rene at FreeBSD.org
Tue Jul 2 19:06:30 UTC 2013
Author: rene
Date: Tue Jul 2 19:06:29 2013
New Revision: 322192
URL: http://svnweb.freebsd.org/changeset/ports/322192
Log:
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 at dons.net.au> (maintainer)
Modified:
head/graphics/pfstools/Makefile
Modified: head/graphics/pfstools/Makefile
==============================================================================
--- head/graphics/pfstools/Makefile Tue Jul 2 19:04:18 2013 (r322191)
+++ head/graphics/pfstools/Makefile Tue Jul 2 19:06:29 2013 (r322192)
@@ -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
More information about the svn-ports-head
mailing list