diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net/ortp | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
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 2480f028760f..1292732346fb 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 b87877741c6e..d6a2a4432ddd 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 |