diff options
author | krion <krion@FreeBSD.org> | 2004-11-16 18:36:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-16 18:36:38 +0800 |
commit | 28dea65225dcc337003e8140117c8218b6131bf7 (patch) | |
tree | 6dd9cbd891cd7416b11d04503e2e8b9f5a71be43 /devel/jrtplib/Makefile | |
parent | 89fc24ccd4a9008706c971f3c1575ea3defd9a1b (diff) | |
download | freebsd-ports-graphics-28dea65225dcc337003e8140117c8218b6131bf7.tar.gz freebsd-ports-graphics-28dea65225dcc337003e8140117c8218b6131bf7.tar.zst freebsd-ports-graphics-28dea65225dcc337003e8140117c8218b6131bf7.zip |
Update to 3.1.0
PR: ports/73976
Submitted by: maintainer
Diffstat (limited to 'devel/jrtplib/Makefile')
-rw-r--r-- | devel/jrtplib/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile index d92c4f5e766..1b3e418e3c4 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> |