diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-04 02:55:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-04 02:55:04 +0800 |
commit | 2d54b10bb6c48aef1372f864d0f461f1e23b54a4 (patch) | |
tree | 7ef4354dbd34a3326b3bfd2d31ccbc7748137539 /www | |
parent | 840fefaaca47f20448384a5bf1d5bae83d9345ef (diff) | |
download | freebsd-ports-graphics-2d54b10bb6c48aef1372f864d0f461f1e23b54a4.tar.gz freebsd-ports-graphics-2d54b10bb6c48aef1372f864d0f461f1e23b54a4.tar.zst freebsd-ports-graphics-2d54b10bb6c48aef1372f864d0f461f1e23b54a4.zip |
Use latest squid in RUN_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r-- | www/smb_auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index add81a3e1f2..8ad8df6cc26 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.hacom.nl/~richard/software/ MAINTAINER= sobomax@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid22 \ +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 \ ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba ALL_TARGET= smb_auth |