diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-06 13:57:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-06 13:57:53 +0000 |
commit | 95fbe9db6e92723770ad030255170115924db901 (patch) | |
tree | 5c22b28a6dc250c37f7a4c20984c469a61376f60 /databases/leveldb | |
parent | d7b810dcf3a36b0d8d3c47351111261f2d05ba90 (diff) |
Notes
Diffstat (limited to 'databases/leveldb')
-rw-r--r-- | databases/leveldb/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index f144a49dfd06..962fd4030571 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -22,9 +22,6 @@ USES= compiler:c++0x gmake PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ SHLIB_MINOR=${SHLIB_MINOR} -NOT_FOR_ARCHS= powerpc -NOT_FOR_ARCHS_REASON= not yet ported to this platform - SHLIB_MAJOR= ${PORTVERSION:R} SHLIB_MINOR= ${PORTVERSION:E} |