summaryrefslogtreecommitdiff
path: root/archivers/unarchiver
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 /archivers/unarchiver
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 'archivers/unarchiver')
-rw-r--r--archivers/unarchiver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile
index 1c59ba58692e..d7fe0a1eaee2 100644
--- a/archivers/unarchiver/Makefile
+++ b/archivers/unarchiver/Makefile
@@ -14,8 +14,8 @@ LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/License.txt
# XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly
-LIB_DEPENDS= libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \
- libwavpack.so:${PORTSDIR}/audio/wavpack
+LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \
+ libwavpack.so:audio/wavpack
USES= gmake zip