aboutsummaryrefslogtreecommitdiff
path: root/audio/vagalume
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/vagalume
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
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/vagalume')
-rw-r--r--audio/vagalume/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile
index ffa136a8c924..a779ad9c1951 100644
--- a/audio/vagalume/Makefile
+++ b/audio/vagalume/Makefile
@@ -14,8 +14,8 @@ COMMENT= GTK+-based client for the Last.fm online radio
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
- libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libxml2.so:textproc/libxml2 \
+ libcurl.so:ftp/curl
GNU_CONFIGURE= yes
USES= gmake pkgconfig desktop-file-utils
@@ -28,12 +28,12 @@ OPTIONS_DEFAULT= DBUS TRAY
OPTIONS_SUB= NLS DBUS
TRAY_DESC= Tray icon and libnotify support
-DBUS_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
DBUS_CONFIGURE_ON= --enable-dbus --enable-im-status
DBUS_CONFIGURE_OFF= --disable-dbus --disable-im-status
-TRAY_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify
-TRAY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+TRAY_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify
+TRAY_LIB_DEPENDS= libnotify.so:devel/libnotify
TRAY_CONFIGURE_ENABLE= tray-icon
NLS_USES= gettext