diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2011-01-20 01:17:56 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2011-01-20 01:17:56 +0800 |
commit | b0a16beee0d86c4cf435aec057e4bfb7a7372b10 (patch) | |
tree | 7f9c6a967f258765aff97597be6793f67fe06847 | |
parent | 076d3265b82c98ed073bc81b687e06630303fa49 (diff) | |
download | freebsd-ports-gnome-b0a16beee0d86c4cf435aec057e4bfb7a7372b10.tar.gz freebsd-ports-gnome-b0a16beee0d86c4cf435aec057e4bfb7a7372b10.tar.zst freebsd-ports-gnome-b0a16beee0d86c4cf435aec057e4bfb7a7372b10.zip |
Fix missing file in plist
Feature safe: yes
-rw-r--r-- | devel/libzrtp/Makefile | 1 | ||||
-rw-r--r-- | devel/libzrtp/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/libzrtp/Makefile b/devel/libzrtp/Makefile index 9446930cbc6a..ae126a015ebb 100644 --- a/devel/libzrtp/Makefile +++ b/devel/libzrtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= libzrtp PORTVERSION= 0.81.514 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= # http://philzimmermann.com/zfone/EN/registration/index.html diff --git a/devel/libzrtp/pkg-plist b/devel/libzrtp/pkg-plist index e059779bf686..2a046ba2c073 100644 --- a/devel/libzrtp/pkg-plist +++ b/devel/libzrtp/pkg-plist @@ -53,5 +53,6 @@ include/libzrtp/zrtp_srtp_builtin.h include/libzrtp/zrtp_string.h include/libzrtp/zrtp_types.h include/libzrtp/zrtp_version.h +lib/libbn.a lib/libzrtp.a @dirrm include/libzrtp |