diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-12-20 18:47:05 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-12-20 18:47:05 +0800 |
commit | 504eec539edb2539f7767cdb053f15cd844f61c5 (patch) | |
tree | 2ff8d28052a90c434925a9789f0efd9d9d0e68fb /misc/chmlib | |
parent | 23b7badf3b825f725fb16d6b84a1e3072519c80b (diff) | |
download | freebsd-ports-gnome-504eec539edb2539f7767cdb053f15cd844f61c5.tar.gz freebsd-ports-gnome-504eec539edb2539f7767cdb053f15cd844f61c5.tar.zst freebsd-ports-gnome-504eec539edb2539f7767cdb053f15cd844f61c5.zip |
- Use --enable-examples to build example programs that use chmlib
- Bump PORTREVISION
Diffstat (limited to 'misc/chmlib')
-rw-r--r-- | misc/chmlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index 68501e0982f2..2ba63a42f58a 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -8,6 +8,7 @@ PORTNAME= chmlib PORTVERSION= 0.39 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ @@ -16,7 +17,7 @@ COMMENT= A library for dealing with Microsoft ITSS/CHM format files USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static +CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples USE_GMAKE= yes USE_LDCONFIG= yes |