diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-21 23:17:42 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-21 23:17:42 +0000 |
commit | d35f009a816750bbc2867587c1408642833bd9ed (patch) | |
tree | d7cb18c877bf02ea1a3950c41e5914965d0c0bab /print | |
parent | Yet more helpful HAL instructions (diff) |
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 |