diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /net/tapidbus | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'net/tapidbus')
-rw-r--r-- | net/tapidbus/Makefile | 1 | ||||
-rw-r--r-- | net/tapidbus/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index d24f872..f31d3d9 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -18,6 +18,7 @@ COMMENT= Abstraction layer for interprocess communication LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= pkgconfig glib20 gnomehack INSTALLS_SHLIB= yes diff --git a/net/tapidbus/pkg-plist b/net/tapidbus/pkg-plist index 3b34e933..033c52b 100644 --- a/net/tapidbus/pkg-plist +++ b/net/tapidbus/pkg-plist @@ -1,4 +1,5 @@ include/tapidbus-0.2/tapidbus/tapidbus.h +lib/libtapidbus-0.2.a lib/libtapidbus-0.2.la lib/libtapidbus-0.2.so lib/libtapidbus-0.2.so.0 |