diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-02 19:06:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-02 19:06:29 +0000 |
commit | 8751105222f64d68cf2214ba17fb7b6eaf35b134 (patch) | |
tree | 82dbb0488ca2294068c85ce0de4cbc44254e6238 /graphics/pfstools/Makefile | |
parent | 18ff93d1a7890eb2f3b1c6249141e45a3e45e037 (diff) |
Notes
Diffstat (limited to 'graphics/pfstools/Makefile')
-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 |