aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /multimedia/sabbu
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'multimedia/sabbu')
-rw-r--r--multimedia/sabbu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index 738d478861cd..037586e03c01 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -11,8 +11,8 @@ COMMENT= Program used to time subtitles
LICENSE= GPLv2
-LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
- libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \
+ libsndfile.so:audio/libsndfile
USES= tar:bzip2 gmake pkgconfig iconv
GNU_CONFIGURE= yes
@@ -25,7 +25,7 @@ LDFLAGS+= -lswscale0 -lgmodule-2.0
OPTIONS_DEFINE= GTKSPELL
OPTIONS_DEFAULT=GTKSPELL
-GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell
.include <bsd.port.options.mk>