diff options
-rw-r--r-- | print/xfce4-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 992a00141de6..22b0686bfcec 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -55,11 +55,11 @@ PLIST_SUB+= LPR="" .if defined(WITH_LETTER) CONFIGURE_ARGS+=--enable-letter -BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter +BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter .else CONFIGURE_ARGS+=--disable-letter -BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-a4 +BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 .endif |