aboutsummaryrefslogtreecommitdiff
path: root/graphics/nomacs
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/nomacs
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/nomacs')
-rw-r--r--graphics/nomacs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile
index 7265b3b90f15..809b49278e3a 100644
--- a/graphics/nomacs/Makefile
+++ b/graphics/nomacs/Makefile
@@ -12,8 +12,8 @@ COMMENT= Small, fast, and free image viewer
LICENSE= GPLv3
-LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \
- libsysinfo.so:${PORTSDIR}/devel/libsysinfo
+LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
+ libsysinfo.so:devel/libsysinfo
USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2
USE_QT4= gui network linguist_build moc_build \
@@ -27,11 +27,11 @@ WRKSRC= ${WRKTOP}/${WRKSUBDIR}
OPTIONS_DEFINE= RAW TIFF
OPTIONS_DEFAULT= RAW TIFF
-RAW_LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw \
- libopencv_core.so:${PORTSDIR}/graphics/opencv-core
+RAW_LIB_DEPENDS= libraw.so:graphics/libraw \
+ libopencv_core.so:graphics/opencv-core
RAW_CMAKE_OFF= -DENABLE_RAW=0
-TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
+TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
TIFF_CMAKE_OFF= -DENABLE_TIFF=0
post-patch: