diff options
Diffstat (limited to 'graphics/entangle/Makefile')
-rw-r--r-- | graphics/entangle/Makefile | 18 |
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 |