[Midnightbsd-cvs] mports [21863] trunk/archivers/file-roller/Makefile: fix unzip check
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 22 23:32:13 EDT 2016
Revision: 21863
http://svnweb.midnightbsd.org/mports/?rev=21863
Author: laffer1
Date: 2016-08-22 23:32:13 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
fix unzip check
Modified Paths:
--------------
trunk/archivers/file-roller/Makefile
Modified: trunk/archivers/file-roller/Makefile
===================================================================
--- trunk/archivers/file-roller/Makefile 2016-08-23 03:18:31 UTC (rev 21862)
+++ trunk/archivers/file-roller/Makefile 2016-08-23 03:32:13 UTC (rev 21863)
@@ -14,7 +14,7 @@
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
- unzip:${PORTSDIR}/archivers/unzip
+ ${LOCALBASE}/unzip:${PORTSDIR}/archivers/unzip
USES= desktop-file-utils gettext gmake libarchive libtool \
pathfix pkgconfig tar:xz
More information about the Midnightbsd-cvs
mailing list