diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-22 07:17:42 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-22 07:17:42 +0800 |
commit | 883c11dfa1b0f48f2e953cc28bcece95ca175c50 (patch) | |
tree | 35a31880cef59b65facec3a3dbbc03a303c16375 /print | |
parent | 55abe48abf100676edd4ac5ba2898fd7de11b5eb (diff) | |
download | freebsd-ports-gnome-883c11dfa1b0f48f2e953cc28bcece95ca175c50.tar.gz freebsd-ports-gnome-883c11dfa1b0f48f2e953cc28bcece95ca175c50.tar.zst freebsd-ports-gnome-883c11dfa1b0f48f2e953cc28bcece95ca175c50.zip |
In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile index cdedb922ecbe..033e50527aa2 100644 --- a/print/cups-samba/Makefile +++ b/print/cups-samba/Makefile @@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME}-5.0rc3 MAINTAINER= ports@FreeBSD.org COMMENT= The Common UNIX Printing System: MS Windows client drivers -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ tardy:${PORTSDIR}/archivers/tardy \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base \ smbspool:${PORTSDIR}/net/samba3 |