diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /net/samba | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) |
Notes
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index c21a90ac1cc0..76bd84b27dca 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -29,8 +29,8 @@ CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* USE_BZIP2= YES USE_SUBMAKE= YES USE_GMAKE= YES -USE_LIBTOOL= YES -USE_AUTOCONF= YES +USE_LIBTOOL_VER=13 +USE_AUTOCONF_VER= 213 # directories .if !defined(BATCH) && !defined(PACKAGE_BUILDING) |