aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-07 17:38:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-07 17:38:24 +0000
commit453a22f9adf852c8904b06ad455bc93fdc15c4a0 (patch)
tree324eb007b03c9a9313760e98869fa33934f46355 /print
parent7ef5bdd1b6e3f0fbc680456182b1eede70e75bac (diff)
downloadports-453a22f9adf852c8904b06ad455bc93fdc15c4a0.tar.gz
ports-453a22f9adf852c8904b06ad455bc93fdc15c4a0.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/pnm2ppa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
index 7a291cdbd49b..b784454ad938 100644
--- a/print/pnm2ppa/Makefile
+++ b/print/pnm2ppa/Makefile
@@ -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: