diff options
author | mi <mi@FreeBSD.org> | 2008-07-11 01:59:22 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2008-07-11 01:59:22 +0800 |
commit | 25c96bcf3a102952b14ef93ba209476a7357a152 (patch) | |
tree | d6980de49a5b62e7000b3cb4b45ea4da4ede566c /graphics/qtpfsgui | |
parent | 6003269980f85becb159301fc0bb8fc5c651a32a (diff) | |
download | freebsd-ports-gnome-25c96bcf3a102952b14ef93ba209476a7357a152.tar.gz freebsd-ports-gnome-25c96bcf3a102952b14ef93ba209476a7357a152.tar.zst freebsd-ports-gnome-25c96bcf3a102952b14ef93ba209476a7357a152.zip |
Build using all available CPUs. Don't demand, that libjpeg be exactly 9, etc.
The resulting binaries are the same, so no PORTREVISION bump.
Diffstat (limited to 'graphics/qtpfsgui')
-rw-r--r-- | graphics/qtpfsgui/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/qtpfsgui/Makefile b/graphics/qtpfsgui/Makefile index bbde45eefc97..e7dd67a75547 100644 --- a/graphics/qtpfsgui/Makefile +++ b/graphics/qtpfsgui/Makefile @@ -15,15 +15,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical user interface that provides a workflow for HDR imaging BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - tiff.4:${PORTSDIR}/graphics/tiff \ - fftw3f.4:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ + jpeg:${PORTSDIR}/graphics/jpeg \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ + tiff:${PORTSDIR}/graphics/tiff \ + fftw3f:${PORTSDIR}/math/fftw3-float USE_QT_VER= 4 QT_COMPONENTS= corelib gui imageformats \ linguist_build moc_build qmake_build rcc_build uic_build +ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` INSTALL_TARGET= install_target install_menu install_icon install_i18n INSTALLS_ICONS= yes |