diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-19 03:06:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-19 03:06:18 +0000 |
commit | bffd5ad58574fc770fcdf16139e1a76759495df6 (patch) | |
tree | 64678e4fce01b74b5e8368ced9727d1abe43ce2f /graphics/nomacs | |
parent | 39ddf4d3eae3010dbca83a8537302602a946a7ad (diff) | |
download | ports-bffd5ad58574fc770fcdf16139e1a76759495df6.tar.gz ports-bffd5ad58574fc770fcdf16139e1a76759495df6.zip |
Notes
Diffstat (limited to 'graphics/nomacs')
-rw-r--r-- | graphics/nomacs/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index 312227d08f91..dcce12f53e47 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -13,8 +13,8 @@ COMMENT= Small, fast, and free image viewer LICENSE= GPLv3 LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ - libsysinfo.so:devel/libsysinfo - + libsysinfo.so:devel/libsysinfo \ + libopencv_core.so:graphics/opencv-core USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2 USE_QT4= gui network linguist_build moc_build \ qmake_build rcc_build uic_build @@ -27,14 +27,14 @@ WRKSRC= ${WRKTOP}/${WRKSUBDIR} OPTIONS_DEFINE= RAW TIFF OPTIONS_DEFAULT= RAW TIFF -RAW_LIB_DEPENDS= libraw.so:graphics/libraw \ - libopencv_core.so:graphics/opencv-core +RAW_LIB_DEPENDS= libraw.so:graphics/libraw RAW_CMAKE_OFF= -DENABLE_RAW=0 TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_CMAKE_OFF= -DENABLE_TIFF=0 post-patch: - @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' \ + ${WRKSRC}/CMakeLists.txt .include <bsd.port.mk> |