aboutsummaryrefslogtreecommitdiff
path: root/audio/ario
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/ario
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/ario')
-rw-r--r--audio/ario/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile
index e115b7a17099..668f930da00a 100644
--- a/audio/ario/Makefile
+++ b/audio/ario/Makefile
@@ -13,15 +13,15 @@ COMMENT= Ario is a GTK2 client for MPD
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
- libgcrypt.so:${PORTSDIR}/security/libgcrypt \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libcurl.so:${PORTSDIR}/ftp/curl \
- libnotify.so:${PORTSDIR}/devel/libnotify \
- libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
- libtag_c.so:${PORTSDIR}/audio/taglib \
- libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
- libmpdclient.so:${PORTSDIR}/audio/libmpdclient
+LIB_DEPENDS= libgnutls.so:security/gnutls \
+ libgcrypt.so:security/libgcrypt \
+ libdbus-glib-1.so:devel/dbus-glib \
+ libcurl.so:ftp/curl \
+ libnotify.so:devel/libnotify \
+ libsoup-2.4.so:devel/libsoup \
+ libtag_c.so:audio/taglib \
+ libunique-1.0.so:x11-toolkits/unique \
+ libmpdclient.so:audio/libmpdclient
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -35,7 +35,7 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= AVAHI NLS
AVAHI_DESC= Zeroconf support (Avahi)
-AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
+AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
AVAHI_CONFIGURE_ENABLE= avahi
NLS_USES= gettext