diff options
author | oliver <oliver@FreeBSD.org> | 2005-02-04 23:31:36 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-02-04 23:31:36 +0800 |
commit | 6495f50bd1836cbbb8195c313846cf50a340b206 (patch) | |
tree | 7dd74a81a81116201cd6d019de7a353e373c6c7c /print | |
parent | 60fcca494218f4a3d963b40ff97d7824e3ec872f (diff) | |
download | freebsd-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/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 |