aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libcanberra
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committermat <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/libcanberra
parent734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff)
downloadfreebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst
freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/libcanberra')
-rw-r--r--audio/libcanberra/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile
index 855385623e18..42621420cb8e 100644
--- a/audio/libcanberra/Makefile
+++ b/audio/libcanberra/Makefile
@@ -15,8 +15,8 @@ COMMENT= Implementation of the Freedesktop sound theme spec
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LGPL
-LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
- libltdl.so:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
+ libltdl.so:devel/libltdl
USES= gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk20
@@ -37,13 +37,13 @@ PLIST_SUB= VERSION=${PORTVERSION}
.if defined(SLAVEPORT)
USE_GNOME+= gtk30
-LIB_DEPENDS+= libcanberra.so:${PORTSDIR}/audio/libcanberra
+LIB_DEPENDS+= libcanberra.so:audio/libcanberra
CONFIGURE_ARGS+=--enable-gtk3
.else
CONFIGURE_ARGS+=--disable-gtk3
.if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+= libpulse.so:audio/pulseaudio
PLIST_SUB+= PULSE=""
.else
CONFIGURE_ARGS+=--disable-pulse