aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-02-04 15:31:36 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-02-04 15:31:36 +0000
commit3e98757733e9c180aada2a553105cc3bb69ecfc8 (patch)
treea4b5e318fe6e7682c5e31cd244bfc0ab47d611d6 /print
parent2c9e3ba62402611c95628e31feda1834779ed683 (diff)
downloadports-3e98757733e9c180aada2a553105cc3bb69ecfc8.tar.gz
ports-3e98757733e9c180aada2a553105cc3bb69ecfc8.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/xfce4-print/Makefile4
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