aboutsummaryrefslogtreecommitdiffstats
path: root/misc/chmlib
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-12-20 18:47:05 +0800
committerkevlo <kevlo@FreeBSD.org>2007-12-20 18:47:05 +0800
commit504eec539edb2539f7767cdb053f15cd844f61c5 (patch)
tree2ff8d28052a90c434925a9789f0efd9d9d0e68fb /misc/chmlib
parent23b7badf3b825f725fb16d6b84a1e3072519c80b (diff)
downloadfreebsd-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/Makefile3
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