aboutsummaryrefslogtreecommitdiff
path: root/databases/leveldb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:03:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:03:51 +0000
commitbc221a68c15c8e0767c7e506835360a84c2428b2 (patch)
tree431ec3996e95945e366f01ab27f2b341ed69df41 /databases/leveldb
parent810f699bfefb6805c8c40fd746af650e11986757 (diff)
downloadports-bc221a68c15c8e0767c7e506835360a84c2428b2.tar.gz
ports-bc221a68c15c8e0767c7e506835360a84c2428b2.zip
- Use USES=gmake
Notes
Notes: svn path=/head/; revision=325110
Diffstat (limited to 'databases/leveldb')
-rw-r--r--databases/leveldb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile
index f4b77ddcf7d7..fc522b7aee5d 100644
--- a/databases/leveldb/Makefile
+++ b/databases/leveldb/Makefile
@@ -13,8 +13,8 @@ OPTIONS_DEFINE= GPERFTOOLS SNAPPY
OPTIONS_DEFAULT=SNAPPY
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GMAKE= yes
USE_LDCONFIG= yes
+USES= gmake
PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \
SHLIB_MINOR=${SHLIB_MINOR}