aboutsummaryrefslogtreecommitdiff
path: root/www/mod_musicindex
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/mod_musicindex
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r--www/mod_musicindex/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
index d92ad47b9fdf..89d6d0ee299c 100644
--- a/www/mod_musicindex/Makefile
+++ b/www/mod_musicindex/Makefile
@@ -26,20 +26,20 @@ MYSQLCACHE_DESC= MySQL caching support
OPTIONS_SUB= yes
FILECACHE_CONFIGURE_ENABLE= filecache
FLAC_CONFIGURE_ENABLE= flac
-FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac
+FLAC_LIB_DEPENDS= libFLAC.so:audio/flac
LIBARCHIVE_CONFIGURE_ENABLE= archive
MP3_CONFIGURE_ENABLE= mp3
-MP3_LIB_DEPENDS= libid3tag.so:${PORTSDIR}/audio/libid3tag \
- libmad.so:${PORTSDIR}/audio/libmad
+MP3_LIB_DEPENDS= libid3tag.so:audio/libid3tag \
+ libmad.so:audio/libmad
MP4_CONFIGURE_ENABLE= mp4
-MP4_LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2
+MP4_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2
MYSQLCACHE_CONFIGURE_ENABLE= mysqlcache
MYSQLCACHE_USE= MYSQL=yes
NLS_CFLAGS= -lintl
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
VORBIS_CONFIGURE_ENABLE= vorbis
-VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
+VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
.include <bsd.port.options.mk>