diff options
Diffstat (limited to 'databases/leveldb/Makefile')
-rw-r--r-- | databases/leveldb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index 2cb6eb599082..6bd009d30c77 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -4,6 +4,7 @@ PORTNAME= leveldb PORTVERSION= 1.19 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +18,7 @@ OPTIONS_DEFAULT=SNAPPY MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_LDCONFIG= yes -USES= compiler:c++0x gmake +USES= compiler:c++0x gmake localbase PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ SHLIB_MINOR=${SHLIB_MINOR} |