diff options
Diffstat (limited to 'science/peekabot/Makefile')
-rw-r--r-- | science/peekabot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile index c4f472c59cd6..dda45ce3892d 100644 --- a/science/peekabot/Makefile +++ b/science/peekabot/Makefile @@ -6,12 +6,11 @@ # PORTNAME= peekabot -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Distributed real-time 3D visualization tool for robotics researchers LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ @@ -19,8 +18,6 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm -BROKEN= does not compile - GNU_CONFIGURE= yes CPPFLAGS+= `fltk-config --cflags` LDFLAGS+= `fltk-config --ldflags` |