aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jrtplib/Makefile')
-rw-r--r--devel/jrtplib/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index d92c4f5e7668..1b3e418e3c49 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= jrtplib
-PORTVERSION= 2.7
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://lumumba.luc.ac.be/jori/jrtplib/
+PORTNAME= jrtplib
+PORTVERSION= 3.1.0
+CATEGORIES= devel
+MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
-MAINTAINER= hopet@ics.muni.cz
-COMMENT= Object-oriented RTP library written in C++
+MAINTAINER= hopet@ics.muni.cz
+COMMENT= Object-oriented RTP library written in C++
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+NO_FILTER_SHLIBS= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --disable-jthread
.include <bsd.port.mk>