svn commit: r489591 - head/print/pnm2ppa
Tobias Kortkamp
tobik at FreeBSD.org
Mon Jan 7 17:38:25 UTC 2019
Author: tobik
Date: Mon Jan 7 17:38:24 2019
New Revision: 489591
URL: https://svnweb.freebsd.org/changeset/ports/489591
Log:
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.
Modified:
head/print/pnm2ppa/Makefile
Modified: head/print/pnm2ppa/Makefile
==============================================================================
--- head/print/pnm2ppa/Makefile Mon Jan 7 17:37:07 2019 (r489590)
+++ head/print/pnm2ppa/Makefile Mon Jan 7 17:38:24 2019 (r489591)
@@ -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-head
mailing list