diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /www/libwww | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip FreeBSD-ports-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index a2d5079..9f6666c 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The W3C Reference Library +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib |