diff options
Diffstat (limited to 'graphics/hugin/Makefile')
-rw-r--r-- | graphics/hugin/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index b7e671e61d43..a4ecd615e4d0 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -10,21 +10,21 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= grog@FreeBSD.org COMMENT= GUI for Panorama Tools, to stitch panoramic images -LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libImath.so:${PORTSDIR}/graphics/ilmbase \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libexiv2.so:${PORTSDIR}/graphics/exiv2 \ - libfftw3.so:${PORTSDIR}/math/fftw3 \ - libpano13.so:${PORTSDIR}/graphics/libpano13 \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libvigraimpex.so:${PORTSDIR}/graphics/vigra \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libImath.so:graphics/ilmbase \ + libboost_thread.so:devel/boost-libs \ + liblcms2.so:graphics/lcms2 \ + libexiv2.so:graphics/exiv2 \ + libfftw3.so:math/fftw3 \ + libpano13.so:graphics/libpano13 \ + libsqlite3.so:databases/sqlite3 \ + libvigraimpex.so:graphics/vigra \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff # gmake is really needed at _runtime_. Do not remove it from this list. -RUN_DEPENDS= enblend>=4.1.4:${PORTSDIR}/graphics/enblend \ - exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ - gmake:${PORTSDIR}/devel/gmake +RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ + exiftool:graphics/p5-Image-ExifTool \ + gmake:devel/gmake USES= cmake compiler:c++11-lib desktop-file-utils \ gettext jpeg pkgconfig shared-mime-info tar:bzip2 @@ -38,14 +38,14 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_SUB= yes PANOMATIC_DESC= Install graphics/panomatic -PANOMATIC_RUN_DEPENDS= panomatic:${PORTSDIR}/graphics/panomatic +PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -AUTOPANOSIFTC_RUN_DEPENDS= autopano:${PORTSDIR}/graphics/autopano-sift-c +AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface PYTHON_USES= python -PYTHON_BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20 +PYTHON_BUILD_DEPENDS= swig2.0:devel/swig20 PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF |