diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-15 22:21:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-15 22:21:30 +0800 |
commit | aac04f9897b48de9329c3b9a3885ef93cddc3251 (patch) | |
tree | fc041259a1852eab152fbcf68652c24eb117b4b2 /net/belle-sip | |
parent | 27d67b63dfa179338494da462373eee943f8eb3d (diff) | |
download | freebsd-ports-gnome-aac04f9897b48de9329c3b9a3885ef93cddc3251.tar.gz freebsd-ports-gnome-aac04f9897b48de9329c3b9a3885ef93cddc3251.tar.zst freebsd-ports-gnome-aac04f9897b48de9329c3b9a3885ef93cddc3251.zip |
- Add a patch to devel/libantlr3c to define ANTLR3_USE_64BIT on 64-bit
architectures and bump dependent ports
- Patch configure to respect CFLAGS
Diffstat (limited to 'net/belle-sip')
-rw-r--r-- | net/belle-sip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index dcae13a360eb..7e0991d6d327 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -2,6 +2,7 @@ PORTNAME= belle-sip PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/:source1 \ http://www.antlr3.org/download/:source2 |