aboutsummaryrefslogtreecommitdiff
path: root/ftp/gwget
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 /ftp/gwget
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 'ftp/gwget')
-rw-r--r--ftp/gwget/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile
index b647f95a8f71..08579c740c41 100644
--- a/ftp/gwget/Makefile
+++ b/ftp/gwget/Makefile
@@ -11,8 +11,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME wget front-end
-LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
+LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
+RUN_DEPENDS= wget:ftp/wget
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT= NOTIFY
@@ -29,8 +29,8 @@ CONFIGURE_ARGS= --disable-epiphany-extension
GCONF_SCHEMAS= ${PORTNAME}.schemas
NOTIFY_CONFIGURE_ENABLE= libnotify
-NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
-NOTIFY_RUN_DEPENDS= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
+NOTIFY_RUN_DEPENDS= ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon
post-patch:
@${REINPLACE_CMD} 's|glib/gerror|glib|' \