diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-06-18 02:07:17 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-06-18 02:07:17 +0000 |
commit | 3968ed04f9238b5d46838788e26357344908d7d7 (patch) | |
tree | 480ff0b12654c7cbb14d8b9f7d297f0202179dff /net/samba/Makefile | |
parent | 16dd2e13769cc57db900d682c54f39ebc497994c (diff) |
Notes
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index b2b7eac8044e..ad35b9cde9ef 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.5.p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/pre/ \ ftp://samba.anu.edu.au/pub/samba/pre/ \ @@ -26,15 +26,18 @@ USE_GMAKE= YES AUDIT= "@comment " RECYCLE= "@comment " LIBSAMBA= "@comment " +BUILD_VFS= "@comment " .if defined(WITH_AUDIT) AUDIT= "" LIBSAMBA= "" +BUILD_VFS= "" .endif .if defined(WITH_RECYCLE) RECYCLE= "" LIBSAMBA= "" +BUILD_VFS= "" .endif # directories @@ -145,7 +148,8 @@ SED_PLIST= ${SED} -e 's!${PREFIX}!%D!g' PLIST_SUB= AUDIT=${AUDIT} \ RECYCLE=${RECYCLE} \ - LIBSAMBA=${LIBSAMBA} + LIBSAMBA=${LIBSAMBA} \ + BUILD_VFS=${BUILD_VFS} .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: |