Date: Tue, 2 Jul 2013 19:06:30 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322192 - head/graphics/pfstools Message-ID: <201307021906.r62J6UkZ050195@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021906.r62J6UkZ050195>