aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-02-04 23:31:36 +0800
committeroliver <oliver@FreeBSD.org>2005-02-04 23:31:36 +0800
commit6495f50bd1836cbbb8195c313846cf50a340b206 (patch)
tree7dd74a81a81116201cd6d019de7a353e373c6c7c /print
parent60fcca494218f4a3d963b40ff97d7824e3ec872f (diff)
downloadfreebsd-ports-gnome-6495f50bd1836cbbb8195c313846cf50a340b206.tar.gz
freebsd-ports-gnome-6495f50bd1836cbbb8195c313846cf50a340b206.tar.zst
freebsd-ports-gnome-6495f50bd1836cbbb8195c313846cf50a340b206.zip
don't set BUILD_DEPENDS=a2ps, add it (BUILD_DEPENDS+=a2ps)
Reported By: pointyhat
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