diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/glurp | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (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/glurp')
-rw-r--r-- | audio/glurp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile index 6f25bfa1a34f..841eb3f16c52 100644 --- a/audio/glurp/Makefile +++ b/audio/glurp/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@mark.reidel.info COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd -LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= libmpd.so:audio/libmpd GNU_CONFIGURE= yes USES= gmake pkgconfig |