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/kyototycoon | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
Diffstat (limited to 'databases/kyototycoon')
-rw-r--r-- | databases/kyototycoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index e97a14aa7e7..94807e85b06 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -19,8 +19,8 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --enable-profile --enable-uyield GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake MAN1= ktremotemgr.1 \ ktremotetest.1 \ |