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/linphone-base | |
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/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 4 | ||||
-rw-r--r-- | net/linphone-base/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 5346c9267caa..03fa1f6bde24 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${LINPHONE_PORTNAME} PORTVERSION= ${LINPHONE_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= ${LINPHONE_PORTREVISION} PORTREVISION= ${LINPHONE_PORTREVISION} PORTEPOCH= ${LINPHONE_PORTEPOCH} CATEGORIES= net @@ -26,7 +26,7 @@ LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \ USE_GNOME= glib20 gnomehack gnometarget intlhack pkgconfig USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes LIBTOOLFILES= configure oRTP/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/net/linphone-base/pkg-plist b/net/linphone-base/pkg-plist index ca2581942417..80c360052857 100644 --- a/net/linphone-base/pkg-plist +++ b/net/linphone-base/pkg-plist @@ -20,9 +20,11 @@ include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/liblinphone.a +lib/liblinphone.la lib/liblinphone.so lib/liblinphone.so.3 lib/libortp.a +lib/libortp.la lib/libortp.so lib/libortp.so.2 libdata/pkgconfig/linphone.pc |