diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /net-im | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.zst freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libyahoo2/Makefile | 1 | ||||
-rw-r--r-- | net-im/meanwhile/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index ae0f1f2b6e09..6531188e4482 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget GNU_CONFIGURE= yes diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 8a6cc5bf64d6..48fa0885821a 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes |