summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
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/rplay/Makefile
parentFix prop. (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/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 20b9a82ed705..8b30543ef58e 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -13,7 +13,7 @@ COMMENT= Network audio player
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
+LIB_DEPENDS= libgsm.so:audio/gsm
USES= makeinfo
USE_LDCONFIG= yes