aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-08-22 15:25:22 +0800
committertobik <tobik@FreeBSD.org>2018-08-22 15:25:22 +0800
commit3938e9b09e2ed5af717a97ff9ead86f9dbd8d754 (patch)
tree02909f61589712cab1b74fdfb699d27e3ca90f11 /print
parent450951bfa240e0947a0153e6e2418b7cb48d36b5 (diff)
downloadfreebsd-ports-gnome-3938e9b09e2ed5af717a97ff9ead86f9dbd8d754.tar.gz
freebsd-ports-gnome-3938e9b09e2ed5af717a97ff9ead86f9dbd8d754.tar.zst
freebsd-ports-gnome-3938e9b09e2ed5af717a97ff9ead86f9dbd8d754.zip
print/magicfilter: Canonicalize RUN_DEPENDS
PR: 218268 Reported by: mat
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index f9bd35d77ae9..644d2168c0d2 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -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+= ${LOCALBASE}/lib/libmagic.so:sysutils/file
.endif
.include <bsd.port.mk>