aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-terminal
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11/gnome-terminal
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r--x11/gnome-terminal/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 3ee5fc2a0862..78001eeb2410 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -11,13 +11,13 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 3 Desktop
-BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- itstool:${PORTSDIR}/textproc/itstool \
- appstream-builder:${PORTSDIR}/devel/appstream-glib \
- vala:${PORTSDIR}/lang/vala
-LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
-RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+ itstool:textproc/itstool \
+ appstream-builder:devel/appstream-glib \
+ vala:lang/vala
+LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
+ libuuid.so:misc/e2fsprogs-libuuid
+RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
PORTSCOUT= limitw:1,even
@@ -37,8 +37,8 @@ OPTIONS_DEFINE= MIGRATION SEARCHPROVIDER
OPTIONS_DEFAULT= SEARCHPROVIDER
SEARCHPROVIDER_DESC= Gnome-shell search provider
SEARCHPROVIDER_CONFIGURE_ENABLE= search-provider
-SEARCHPROVIDER_BUILD_DEPENDS= gnome-shell:${PORTSDIR}/x11/gnome-shell
-SEARCHPROVIDER_RUN_DEPENDS= gnome-shell:${PORTSDIR}/x11/gnome-shell
+SEARCHPROVIDER_BUILD_DEPENDS= gnome-shell:x11/gnome-shell
+SEARCHPROVIDER_RUN_DEPENDS= gnome-shell:x11/gnome-shell
MIGRATION_CONFIGURE_ENABLE= migration
MIGRATION_USE= GNOME=gconf2
MIGRATION_DESC= Profile migration to gsettings (pulls in gconf2)