diff options
author | demon <demon@FreeBSD.org> | 2015-04-19 20:33:29 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-04-19 20:33:29 +0800 |
commit | 58fa575ab1358d4a4bf8cd76d6fbbe8a086ced9d (patch) | |
tree | a1d4c83d180ab564a2548f70eb34128a3f50785b /databases | |
parent | b707b14a7785988b115afebff471fa342c9ab78a (diff) | |
download | freebsd-ports-gnome-58fa575ab1358d4a4bf8cd76d6fbbe8a086ced9d.tar.gz freebsd-ports-gnome-58fa575ab1358d4a4bf8cd76d6fbbe8a086ced9d.tar.zst freebsd-ports-gnome-58fa575ab1358d4a4bf8cd76d6fbbe8a086ced9d.zip |
Remove redundant +.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/hbase/Makefile b/databases/hbase/Makefile index a9ce0c194f9e..4cfc15c0a67d 100644 --- a/databases/hbase/Makefile +++ b/databases/hbase/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ yarn:${PORTSDIR}/devel/hadoop2 -USES+= cpe +USES= cpe CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.7+ |