diff options
Diffstat (limited to 'print/pnm2ppa/Makefile')
-rw-r--r-- | print/pnm2ppa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index 42e9b1f3ff9b..7a291cdbd49b 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -19,9 +19,9 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE) -RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-a4 +RUN_DEPENDS= enscript:print/enscript-a4 .else -RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter +RUN_DEPENDS= enscript:print/enscript-letter .endif post-patch: |