aboutsummaryrefslogtreecommitdiff
path: root/audio/umodplayer
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/umodplayer
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/umodplayer')
-rw-r--r--audio/umodplayer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile
index f70f077e7104..e0ae27e133b5 100644
--- a/audio/umodplayer/Makefile
+++ b/audio/umodplayer/Makefile
@@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console module player
-LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug \
- libao.so:${PORTSDIR}/audio/libao
-BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:${PORTSDIR}/audio/libaiff
+LIB_DEPENDS= libmodplug.so:audio/libmodplug \
+ libao.so:audio/libao
+BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:audio/libaiff
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}