diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-24 08:24:13 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-24 08:24:13 +0000 |
commit | e19b97733af7cd42f0e06669de9b5f08580dc138 (patch) | |
tree | 8ce343a488086f65c6e5beb47a43f9539804ce47 /databases/tokyocabinet/Makefile | |
parent | 74c696044abed38ef38cb76e94eb86d3447aafa1 (diff) | |
download | ports-e19b97733af7cd42f0e06669de9b5f08580dc138.tar.gz ports-e19b97733af7cd42f0e06669de9b5f08580dc138.zip |
Notes
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r-- | databases/tokyocabinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 5b74f7dbe228..d924f070d4f1 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.25 CATEGORIES= databases MASTER_SITES= http://tokyocabinet.sourceforge.net/ @@ -27,7 +27,7 @@ MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ tcutest.1 MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \ - tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 + tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 OPTIONS= DEBUG "Debugging support" off \ DEVEL "Development build" off \ |