summaryrefslogtreecommitdiff
path: root/graphics/eog-plugins
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/eog-plugins
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
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/eog-plugins')
-rw-r--r--graphics/eog-plugins/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index b32e7f9da642..44c8aedee2e8 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -10,11 +10,11 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Plug-ins for the Eye of GNOME image viewer application
-BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog
-LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \
- libexif.so:${PORTSDIR}/graphics/libexif \
- libpeas-1.0.so:${PORTSDIR}/devel/libpeas
-RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
+BUILD_DEPENDS= eog:graphics/eog
+LIB_DEPENDS= libgdata.so:devel/libgdata \
+ libexif.so:graphics/libexif \
+ libpeas-1.0.so:devel/libpeas
+RUN_DEPENDS= eog:graphics/eog
PORTSCOUT= limitw:1,even
@@ -35,7 +35,7 @@ CHAMPLAIN_DESC= Champlain map plugin
.if ${PORT_OPTIONS:MCHAMPLAIN}
USE_GL= gl
-LIB_DEPENDS+= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain
+LIB_DEPENDS+= libchamplain-0.12.so:graphics/libchamplain
PLIST_SUB+= CHAMPLAIN=""
.else
PLIST_SUB+= CHAMPLAIN="@comment "
@@ -43,7 +43,7 @@ PLIST_SUB+= CHAMPLAIN="@comment "
PLIST_SUB+= PYVER=${PYTHON_VER:S|.||}
.if ${PORT_OPTIONS:MPYTHON}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas
CONFIGURE_ARGS+=--enable-python
USES+= python:3
PLIST_SUB+= PYTHON=""