diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-29 23:51:55 +0000 |
commit | b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34 (patch) | |
tree | de3140ef3cb3748036df1a0f21795ce57c8793b7 /devel/libvanessa_socket | |
parent | 73d82e32c48c7cd196496f0a24330961ae24ded1 (diff) | |
download | ports-b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34.tar.gz ports-b5de47e69aa546b8f9449f0a2a7c2c6b81d8cc34.zip |
Use libtool port instead of included version to avoid a.out objformat botch
Notes
Notes:
svn path=/head/; revision=183664
Diffstat (limited to 'devel/libvanessa_socket')
-rw-r--r-- | devel/libvanessa_socket/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libvanessa_socket/Makefile b/devel/libvanessa_socket/Makefile index 9928b8ebaf71..8a91144adea9 100644 --- a/devel/libvanessa_socket/Makefile +++ b/devel/libvanessa_socket/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ MAN1= vanessa_socket_pipe.1 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= YES GNU_CONFIGURE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |