diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /www/neon26 | |
parent | - Fix for net/ruby-net-geoip build error on i386-7-latest (diff) |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'www/neon26')
-rw-r--r-- | www/neon26/Makefile | 1 | ||||
-rw-r--r-- | www/neon26/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile index 8458132cecde..544a9044dbc9 100644 --- a/www/neon26/Makefile +++ b/www/neon26/Makefile @@ -17,6 +17,7 @@ COMMENT= An HTTP and WebDAV client library for Unix systems LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .ifndef WITHOUT_OPENSSL diff --git a/www/neon26/pkg-plist b/www/neon26/pkg-plist index 94e92ae937e1..6a45340fb85e 100644 --- a/www/neon26/pkg-plist +++ b/www/neon26/pkg-plist @@ -23,6 +23,7 @@ include/neon/ne_xml.h include/neon/ne_xmlreq.h lib/libneon.so.25 lib/libneon.so +lib/libneon.la lib/libneon.a libdata/pkgconfig/neon.pc %%PORTDOCS%%%%DOCSDIR%%/html/apas01.html |