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/ilbc | |
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/ilbc')
-rw-r--r-- | net/ilbc/Makefile | 2 | ||||
-rw-r--r-- | net/ilbc/pkg-plist | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/ilbc/Makefile b/net/ilbc/Makefile index 6dabb25d846d..b34d64007ac9 100644 --- a/net/ilbc/Makefile +++ b/net/ilbc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://simon.morlat.free.fr/download/1.2.x/source/ MAINTAINER= asm@asm.kiev.ua COMMENT= Internet Low Bit Rate codec (RFC3951) -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/ilbc/pkg-plist b/net/ilbc/pkg-plist index cf3067c55a07..42690062bbeb 100644 --- a/net/ilbc/pkg-plist +++ b/net/ilbc/pkg-plist @@ -1,7 +1,8 @@ include/ilbc/iLBC_decode.h include/ilbc/iLBC_encode.h include/ilbc/iLBC_define.h -lib/libilbc.so.0 -lib/libilbc.so lib/libilbc.a +lib/libilbc.la +lib/libilbc.so +lib/libilbc.so.0 @dirrm include/ilbc |