diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-28 09:35:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-28 09:35:20 +0800 |
commit | f17c1cecbcdbf62809328c12cb2058aeaff42e56 (patch) | |
tree | e9f19311ab8f86ab1b988449c83ea6df7811071c /devel/ccrtp | |
parent | 61e9608f149f07352863bb5f98c86727b2e73ec1 (diff) | |
download | freebsd-ports-gnome-f17c1cecbcdbf62809328c12cb2058aeaff42e56.tar.gz freebsd-ports-gnome-f17c1cecbcdbf62809328c12cb2058aeaff42e56.tar.zst freebsd-ports-gnome-f17c1cecbcdbf62809328c12cb2058aeaff42e56.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel/ccrtp')
-rw-r--r-- | devel/ccrtp/Makefile | 6 | ||||
-rw-r--r-- | devel/ccrtp/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index 1962e333f950..ab6359d6c987 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccrtp PORTVERSION= 2.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU @@ -14,12 +14,12 @@ LIB_DEPENDS= libcommoncpp.so:${PORTSDIR}/devel/ucommon \ libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USES= gmake gettext iconv pkgconfig +USES= gmake gettext libtool iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -INFO= ccrtp +INFO= ccrtp post-patch: @cd ${WRKSRC}/src && \ diff --git a/devel/ccrtp/pkg-plist b/devel/ccrtp/pkg-plist index be36f9eb7b2c..15d1fd24d5cc 100644 --- a/devel/ccrtp/pkg-plist +++ b/devel/ccrtp/pkg-plist @@ -14,9 +14,9 @@ include/ccrtp/rtcppkt.h include/ccrtp/rtp.h include/ccrtp/rtppkt.h include/ccrtp/sources.h +lib/libccrtp.so.0.0.0 lib/libccrtp.so.0 lib/libccrtp.so -lib/libccrtp.la lib/libccrtp.a libdata/pkgconfig/libccrtp.pc @dirrm include/ccrtp |