diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /misc/chmlib/Makefile | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'misc/chmlib/Makefile')
-rw-r--r-- | misc/chmlib/Makefile | 7 |
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> |