svn commit: r489938 - branches/2019Q1/print/pnm2ppa
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jan 11 05:55:31 UTC 2019
Author: tobik
Date: Fri Jan 11 05:55:30 2019
New Revision: 489938
URL: https://svnweb.freebsd.org/changeset/ports/489938
Log:
MFH: r489591
print/pnm2ppa: Do not override RUN_DEPENDS after including bsd.port.pre.mk
Make sure Ghostscript is actually added as a run dependency as specified.
Approved by: ports-secteam runtime fix blanket
Modified:
branches/2019Q1/print/pnm2ppa/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/print/pnm2ppa/Makefile
==============================================================================
--- branches/2019Q1/print/pnm2ppa/Makefile Fri Jan 11 05:55:00 2019 (r489937)
+++ branches/2019Q1/print/pnm2ppa/Makefile Fri Jan 11 05:55:30 2019 (r489938)
@@ -3,7 +3,7 @@
PORTNAME= pnm2ppa
PORTVERSION= 1.13
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= SF
@@ -19,9 +19,9 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE)
-RUN_DEPENDS= enscript:print/enscript-a4
+RUN_DEPENDS+= enscript:print/enscript-a4
.else
-RUN_DEPENDS= enscript:print/enscript-letter
+RUN_DEPENDS+= enscript:print/enscript-letter
.endif
post-patch:
More information about the svn-ports-branches
mailing list