aboutsummaryrefslogtreecommitdiff
path: root/graphics/entangle
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/entangle
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/entangle')
-rw-r--r--graphics/entangle/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile
index b5eb33652d03..eb50d2f7239d 100644
--- a/graphics/entangle/Makefile
+++ b/graphics/entangle/Makefile
@@ -11,16 +11,16 @@ COMMENT= Digital camera tethered control and capture program
LICENSE= GPLv3
-BUILD_DEPENDS= ${LOCALBASE}/share/icons/mate/scalable/devices/camera-photo-symbolic.svg:${PORTSDIR}/x11-themes/mate-icon-theme \
- itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- liblcms2.so:${PORTSDIR}/graphics/lcms2 \
- libgexiv2.so:${PORTSDIR}/graphics/gexiv2 \
- libraw_r.so:${PORTSDIR}/graphics/libraw \
- libpeas-1.0.so:${PORTSDIR}/devel/libpeas
+BUILD_DEPENDS= ${LOCALBASE}/share/icons/mate/scalable/devices/camera-photo-symbolic.svg:x11-themes/mate-icon-theme \
+ itstool:textproc/itstool
+LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \
+ libdbus-glib-1.so:devel/dbus-glib \
+ liblcms2.so:graphics/lcms2 \
+ libgexiv2.so:graphics/gexiv2 \
+ libraw_r.so:graphics/libraw \
+ libpeas-1.0.so:devel/libpeas
RUN_DEPENDS:= ${BUILD_DEPENDS:Nitstool*} \
- ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas
USES= gettext-tools gmake libtool pkgconfig python:3
GNU_CONFIGURE= yes