diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net-im/icqlib | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net-im/icqlib')
-rw-r--r-- | net-im/icqlib/Makefile | 4 | ||||
-rw-r--r-- | net-im/icqlib/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index 0e30799a3f9a..2c90552b55c5 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= icqlib PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library required by kicq (not libicq) INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/net-im/icqlib/pkg-plist b/net-im/icqlib/pkg-plist index 84adb0ec1023..48671138bb3f 100644 --- a/net-im/icqlib/pkg-plist +++ b/net-im/icqlib/pkg-plist @@ -1,4 +1,5 @@ +include/icq.h lib/libicq.a +lib/libicq.la lib/libicq.so lib/libicq.so.1 -include/icq.h |