aboutsummaryrefslogtreecommitdiff
path: root/editors/gedit-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 /editors/gedit-plugins
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 'editors/gedit-plugins')
-rw-r--r--editors/gedit-plugins/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index a9e0a61fb061..05a4c7cbd84c 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -10,13 +10,13 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Plugins for GEdit 3
-BUILD_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit \
- valac:${PORTSDIR}/lang/vala \
- itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
- libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist \
- libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib
-RUN_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit
+BUILD_DEPENDS= gedit>=0:editors/gedit \
+ valac:lang/vala \
+ itstool:textproc/itstool
+LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \
+ libzeitgeist-2.0.so:sysutils/zeitgeist \
+ libgit2-glib-1.0.so:devel/libgit2-glib
+RUN_DEPENDS= gedit>=0:editors/gedit
PORTSCOUT= limitw:1,even
@@ -33,10 +33,10 @@ GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \
org.gnome.gedit.plugins.wordcompletion.gschema.xml
USES+= python
-BUILD_DEPENDS+= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus
-LIB_DEPENDS+= libgucharmap_2_90.so:${PORTSDIR}/deskutils/gucharmap
-RUN_DEPENDS+= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \
- ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+BUILD_DEPENDS+= py3?-dbus>=0:devel/py3-dbus
+LIB_DEPENDS+= libgucharmap_2_90.so:deskutils/gucharmap
+RUN_DEPENDS+= py3?-dbus>=0:devel/py3-dbus \
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas
USE_GNOME+= vte3
CONFIGURE_ARGS+=--enable-python
GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml