From ce9825a38dafb3510e6a44f5742c47e466a3c5f8 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 May 2016 21:27:18 +0000 Subject: Remove ${PORTSDIR}/ from _DEPENDS. Sponsored by: Absolight --- games/rocksndiamonds-data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/rocksndiamonds-data/Makefile b/games/rocksndiamonds-data/Makefile index b13f0ea9fcd..9adb5791bf2 100644 --- a/games/rocksndiamonds-data/Makefile +++ b/games/rocksndiamonds-data/Makefile @@ -28,7 +28,7 @@ EXTRACT_ONLY_7z=Emerald_Mine_Club-2.1.1.7z MAINTAINER= nemysis@FreeBSD.org COMMENT= Additional Player Levels for Rocks'n'Diamonds and R'n'D jue -EXTRACT_DEPENDS+=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+=${UNZIP_CMD}:archivers/unzip USES= 7z:partial NO_BUILD= yes -- cgit