diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-08-24 10:36:17 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-08-24 10:36:17 +0800 |
commit | 86f238b0e941d09527149685f0995f73f4521a06 (patch) | |
tree | 7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /print/pnm2ppa | |
parent | eb68b1bf47d4837f3dcf34684a3b19048b65baad (diff) | |
download | freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.gz freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.zst freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.zip |
Fix some OptionsNG conversion typos.
PR: ports/170811
Submitted by: Artis Caune <Artis.Caune@gmail.com>
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 |