Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2018 07:25:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477773 - head/print/magicfilter
Message-ID:  <201808220725.w7M7PMEk086734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808220725.w7M7PMEk086734>