diff options
author | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-02-01 03:14:08 +0800 |
commit | fd9bd266b502474f79d64ec44a13af818f177fcb (patch) | |
tree | 037be778887b03797ebe6bcb73ea3601213d41bb /www | |
parent | 1b144c6043fd46d2cd52f793aa5c19b8f1acb148 (diff) | |
download | freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.gz freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.tar.zst freebsd-ports-gnome-fd9bd266b502474f79d64ec44a13af818f177fcb.zip |
Update ports that refer to net/samba34 to use newer net/samba36
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 2 | ||||
-rw-r--r-- | www/mod_ntlm2/Makefile | 2 | ||||
-rw-r--r-- | www/sams/Makefile | 4 | ||||
-rw-r--r-- | www/smb_auth/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index a1fb7421f8f3..eeee09258773 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -23,7 +23,7 @@ USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 MAN1= elinks.1 MAN5= elinkskeys.5 elinks.conf.5 diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index 07ca5f476b27..333bf3a68f8e 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -14,7 +14,7 @@ COMMENT= NTLM authentication module for the Apache2 webserver BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 MAKE_JOBS_SAFE= yes diff --git a/www/sams/Makefile b/www/sams/Makefile index 5be615c02485..d7e7ac19d18d 100644 --- a/www/sams/Makefile +++ b/www/sams/Makefile @@ -18,12 +18,12 @@ COMMENT= Squid 2.x Accounting Management System LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 USE_RC_SUBR= sams OPTIONS_DEFINE= APACHE NTLM GD -OPTIONS_DEFAULT=GD +OPTIONS_DEFAULT=GD INSTALLGD_DESC= Graphic reports diff --git a/www/smb_auth/Makefile b/www/smb_auth/Makefile index e049512524c1..61b9840dcf43 100644 --- a/www/smb_auth/Makefile +++ b/www/smb_auth/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} .endif ALL_TARGET= smb_auth -SAMBA_PORT?= net/samba34 +SAMBA_PORT?= net/samba36 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${PREFIX}/bin |