diff options
author | kris <kris@FreeBSD.org> | 2007-01-27 16:16:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-27 16:16:35 +0800 |
commit | 2d31d3ce433e5e0fcd978264276bd93623a90def (patch) | |
tree | c0884ce866fb9b9c4d98f945b889704f1ca288a7 /net-im/icqlib | |
parent | 3715c12af6fd8d343d572ccec4bc41cfd63baa2e (diff) | |
download | freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.tar.gz freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.tar.zst freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'net-im/icqlib')
-rw-r--r-- | net-im/icqlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index f1121ca0e849..1c2fd072ce35 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library required by kicq (not libicq) +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes |