aboutsummaryrefslogtreecommitdiff
path: root/misc/chmlib
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commit1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch)
tree128ce8505dc266bea10a8cf389f38de197424aed /misc/chmlib
parent639a61155c89af6b9b01d796a82cbd2ad643a299 (diff)
downloadports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz
ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip
Notes
Diffstat (limited to 'misc/chmlib')
-rw-r--r--misc/chmlib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile
index d6c1017bc827..eb5b11c12fbf 100644
--- a/misc/chmlib/Makefile
+++ b/misc/chmlib/Makefile
@@ -17,12 +17,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
-USE_LIBTOOL_VER=13
-LIBTOOLFILES= #
+WANT_LIBTOOL_VER=13
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-do-configure::
- # nothing (but we need the libtool dependency)
+do-configure:
+ @${DO_NADA}
.include <bsd.port.mk>