aboutsummaryrefslogtreecommitdiff
path: root/audio/goobox
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/goobox
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/goobox')
-rw-r--r--audio/goobox/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile
index 559d2b7086f6..27d828e37d59 100644
--- a/audio/goobox/Makefile
+++ b/audio/goobox/Makefile
@@ -10,12 +10,12 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= CD player and ripper for GNOME Desktop environment
-BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \
- libcoverart.so.0:${PORTSDIR}/audio/libcoverart \
- libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \
- libbrasero-media3.so:${PORTSDIR}/sysutils/brasero \
- libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
+BUILD_DEPENDS= itstool:textproc/itstool
+LIB_DEPENDS= libdiscid.so:audio/libdiscid \
+ libcoverart.so.0:audio/libcoverart \
+ libmusicbrainz5.so:audio/libmusicbrainz5 \
+ libbrasero-media3.so:sysutils/brasero \
+ libunique-1.0.so:x11-toolkits/unique
USES= desktop-file-utils gettext gmake gnome pkgconfig tar:xz
USE_GNOME= glib20 gtk30 intlhack
@@ -32,7 +32,7 @@ GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
-NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=notification
.include <bsd.port.mk>