diff options
author | garga <garga@FreeBSD.org> | 2010-09-15 02:30:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-15 02:30:17 +0800 |
commit | 3db16003922d6e76640e6025e3977b91c0e12c30 (patch) | |
tree | b387755d8a0e1f8c3e5285970dde0fb8f6848dfd /www | |
parent | f61ae79232ec77816d59927cf223380bc054be80 (diff) | |
download | freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.tar.gz freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.tar.zst freebsd-ports-gnome-3db16003922d6e76640e6025e3977b91c0e12c30.zip |
- Add optional SAMBA_PORT var and point it as default to net/samba34
- Bump necessary PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/smb2www/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/smb2www/Makefile b/www/smb2www/Makefile index 5866b757c49a..3d7d0519fc90 100644 --- a/www/smb2www/Makefile +++ b/www/smb2www/Makefile @@ -7,7 +7,7 @@ PORTNAME= smb2www PORTVERSION= 0.0.980804 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= smb2www @@ -16,8 +16,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Windows Network client that is accessible through a web browser -RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + +SAMBA_PORT?= net/samba34 MAKE_JOBS_SAFE= yes |