diff options
Diffstat (limited to 'print/pnm2ppa')
-rw-r--r-- | print/pnm2ppa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 99daafe9d743..7fa1c85ab6c8 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -29,7 +29,7 @@ PKGDEINSTALL= ${PKGINSTALL} .include <bsd.port.pre.mk> -.if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE} +.if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE) RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-a4 .else RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter |