diff options
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r-- | print/a2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index be0d010d7ef7..999894284ce7 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --with-medium=libpaper --sharedstatedir=${PREFIX}/share \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" PAPERSIZE?= -.if ${PAPERSIZE:L} == a4 +.if ${PAPERSIZE:tl} == a4 RUN_DEPENDS+= ${LOCALBASE}/etc/papersize:${PORTSDIR}/print/papersize-default-a4 .endif |