summaryrefslogtreecommitdiff
path: root/misc/chmlib
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-12-20 10:47:05 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-12-20 10:47:05 +0000
commitd4a35bc5ce2a235d30af0811cc9a87295bfb3e30 (patch)
tree7912fd28bef0e0d54d31514f17ec3724960b483f /misc/chmlib
parentUpdate to 3.05. This is a major upgrade from 2.X to 3.X. (diff)
- Use --enable-examples to build example programs that use chmlib
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=204194
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