diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
commit | ca38b633bb1de54af0e123e3e30a31f5f8761633 (patch) | |
tree | d186ce51f3d85765397696f5d010e80286c295bf /textproc/tokyodystopia | |
parent | 8af93b6e8d05500d092a0d79b5f5672b498a67bb (diff) | |
download | freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.gz freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.zst freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'textproc/tokyodystopia')
-rw-r--r-- | textproc/tokyodystopia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tokyodystopia/Makefile b/textproc/tokyodystopia/Makefile index 151d73c48c57..a4f0cdfb8748 100644 --- a/textproc/tokyodystopia/Makefile +++ b/textproc/tokyodystopia/Makefile @@ -12,7 +12,7 @@ COMMENT= A full-text search system based on Tokyo Cabinet LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include |