diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /databases/kyotocabinet/Makefile | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-gnome-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
Diffstat (limited to 'databases/kyotocabinet/Makefile')
-rw-r--r-- | databases/kyotocabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 3c1a83557b38..047782410085 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -17,8 +17,8 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" USE_GCC= 4.2+ -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake MAN1= kccachetest.1 \ kcdirmgr.1 \ |