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 /textproc/wv2 | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Use libtool port instead of included version to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=183830
Diffstat (limited to 'textproc/wv2')
-rw-r--r-- | textproc/wv2/Makefile | 1 | ||||
-rw-r--r-- | textproc/wv2/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index a708530bbb54..bb1599e78d63 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -16,6 +16,7 @@ COMMENT= A library providing routines to access Microsoft Word files CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget libgsf USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/textproc/wv2/pkg-plist b/textproc/wv2/pkg-plist index b27090d73ec9..d8b5f5b24000 100644 --- a/textproc/wv2/pkg-plist +++ b/textproc/wv2/pkg-plist @@ -23,6 +23,7 @@ include/wv2/word95_generated.h include/wv2/word97_generated.h include/wv2/word_helper.h include/wv2/wvlog.h +lib/libwv2.a lib/libwv2.la lib/libwv2.so lib/libwv2.so.1 |