Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2018 16:17:37 +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: r477722 - head/print/magicfilter
Message-ID:  <201808211617.w7LGHbVa018387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Aug 21 16:17:36 2018
New Revision: 477722
URL: https://svnweb.freebsd.org/changeset/ports/477722

Log:
  print/magicfilter: Prevent ccache from being accidentally added as a run dependency
  
  PR:		218268
  Submitted by:	Andreas Hollmann <andreas.hollmann@gmail.com>

Modified:
  head/print/magicfilter/Makefile

Modified: head/print/magicfilter/Makefile
==============================================================================
--- head/print/magicfilter/Makefile	Tue Aug 21 15:56:20 2018	(r477721)
+++ head/print/magicfilter/Makefile	Tue Aug 21 16:17:36 2018	(r477722)
@@ -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>



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