summaryrefslogtreecommitdiff
path: root/print/xfce4-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/xfce4-print
parentUpdate to 0.3.7 (bugfix release). (diff)
don't set BUILD_DEPENDS=a2ps, add it (BUILD_DEPENDS+=a2ps)
Reported By: pointyhat
Notes
Notes: svn path=/head/; revision=128040
Diffstat (limited to 'print/xfce4-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