diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /archivers/ark | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 61d0b30fcbd3..ebc0e1538e41 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE -LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libqjson.so:devel/qjson USE_KDE4= kdeprefix automoc4 kdelibs libkonq USES= cmake:outsource libarchive cpe tar:xz @@ -22,14 +22,14 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= 7ZIP RAR ZIP 7ZIP_DESC= Support for 7-Zip archives -7ZIP_RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip +7ZIP_RUN_DEPENDS= 7z:archivers/p7zip RAR_DESC= Support for RAR archives -RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ - rar:${PORTSDIR}/archivers/rar +RAR_RUN_DEPENDS= unrar:archivers/unrar \ + rar:archivers/rar ZIP_DESC= Support for ZIP archives -ZIP_RUN_DEPENDS= unzip>0:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip +ZIP_RUN_DEPENDS= unzip>0:archivers/unzip \ + zip:archivers/zip .include <bsd.port.mk> |