aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-08-22 00:17:36 +0800
committertobik <tobik@FreeBSD.org>2018-08-22 00:17:36 +0800
commit2974ac5534b975f71178d6a269790c91621e2d30 (patch)
treeb95e37f3a8938d54c1fb0cda75d0ecaba0f8f14e /print
parent93cba085411f368a27a57dee1289f61eae08bdd5 (diff)
downloadfreebsd-ports-gnome-2974ac5534b975f71178d6a269790c91621e2d30.tar.gz
freebsd-ports-gnome-2974ac5534b975f71178d6a269790c91621e2d30.tar.zst
freebsd-ports-gnome-2974ac5534b975f71178d6a269790c91621e2d30.zip
print/magicfilter: Prevent ccache from being accidentally added as a run dependency
PR: 218268 Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 1d842444a4d9..f9bd35d77ae9 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= magicfilter
PORTVERSION= 2.3.h
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= print
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/magicfilter/
@@ -22,7 +22,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
.if exists(${LOCALBASE}/lib/libmagic.so)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libmagic.so:sysutils/file
-RUN_DEPENDS+= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
.endif
.include <bsd.port.mk>