svn commit: r477773 - head/print/magicfilter

Tobias Kortkamp tobik at FreeBSD.org
Wed Aug 22 07:25:23 UTC 2018


Author: tobik
Date: Wed Aug 22 07:25:22 2018
New Revision: 477773
URL: https://svnweb.freebsd.org/changeset/ports/477773

Log:
  print/magicfilter: Canonicalize RUN_DEPENDS
  
  PR:		218268
  Reported by:	mat

Modified:
  head/print/magicfilter/Makefile

Modified: head/print/magicfilter/Makefile
==============================================================================
--- head/print/magicfilter/Makefile	Wed Aug 22 06:54:28 2018	(r477772)
+++ head/print/magicfilter/Makefile	Wed Aug 22 07:25:22 2018	(r477773)
@@ -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>


More information about the svn-ports-head mailing list