diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:48:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:48:29 +0800 |
commit | 87b2a13dad521899d4bd45cf12be7d6c0318c115 (patch) | |
tree | fc71712a8a09e46fbffff45b137360b2a6dd7c82 /misc/chmlib | |
parent | 84b40ce47c21c9591ac73717711acf6f6be76698 (diff) | |
download | freebsd-ports-gnome-87b2a13dad521899d4bd45cf12be7d6c0318c115.tar.gz freebsd-ports-gnome-87b2a13dad521899d4bd45cf12be7d6c0318c115.tar.zst freebsd-ports-gnome-87b2a13dad521899d4bd45cf12be7d6c0318c115.zip |
- Unbreak index
Diffstat (limited to 'misc/chmlib')
-rw-r--r-- | misc/chmlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index 190a62202236..709f265e6d62 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.jedrea.com/chmlib/ MAINTAINER= fluffy@FreeBSD.org COMMENT= A library for dealing with Microsoft ITSS/CHM format files -USES= gmake bzip2 +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples USE_LDCONFIG= yes |