diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net/ortp | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net/ortp')
-rw-r--r-- | net/ortp/Makefile | 3 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 2480f02..1292732 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ortp PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.linphone.org/ortp/sources/ @@ -14,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org COMMENT= A Real-time Transport Protocol (RTP) stack USE_GNOME= glib20 pkgconfig gnomehack -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALLS_SHLIB= yes diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index b878777..d6a2a44 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -10,6 +10,7 @@ include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/libortp.a +lib/libortp.la lib/libortp.so lib/libortp.so.2 libdata/pkgconfig/ortp.pc |