diff options
Diffstat (limited to 'misc/chmlib/Makefile')
-rw-r--r-- | misc/chmlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index afed8a4fc30f..68501e0982f2 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= chmlib -PORTVERSION= 0.38 +PORTVERSION= 0.39 CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ @@ -16,7 +16,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} +CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static USE_GMAKE= yes USE_LDCONFIG= yes |