diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-11 22:21:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-11 22:21:38 +0800 |
commit | e7f280a781d5d16a259d7a1029fff7e3a37e01c3 (patch) | |
tree | c295a0000e18d416d1e71e96d980704df0d0dfbb /devel | |
parent | 10b88b20bda3722dd5161f8793b568eebea0d3f5 (diff) | |
download | freebsd-ports-gnome-e7f280a781d5d16a259d7a1029fff7e3a37e01c3.tar.gz freebsd-ports-gnome-e7f280a781d5d16a259d7a1029fff7e3a37e01c3.tar.zst freebsd-ports-gnome-e7f280a781d5d16a259d7a1029fff7e3a37e01c3.zip |
- Chase devel/ucommon shlib versbion bump
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccrtp/Makefile | 5 | ||||
-rw-r--r-- | devel/libzrtpcpp/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index ffa1d031e9a2..a67d2cf4b1b3 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccrtp PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -20,8 +21,8 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" +CPPFLAGS+= -I${LOCALBASE}/include INFO= ccrtp post-patch: diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index 339c2df05a09..43de432e5687 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -7,7 +7,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 2.3.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp |