diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-21 09:23:47 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-21 09:23:47 +0000 |
commit | cbb4dd76647a91508c0959972681ddcc81cc3b12 (patch) | |
tree | ae795906694e80043043855823572edae45ee734 /editors/gobby/Makefile | |
parent | b579841cba193eb38c7ee1b185969e31824c1617 (diff) | |
download | ports-cbb4dd76647a91508c0959972681ddcc81cc3b12.tar.gz ports-cbb4dd76647a91508c0959972681ddcc81cc3b12.zip |
Notes
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r-- | editors/gobby/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 6fc3b9c0054e..34b96ce360c1 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gobby -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.0 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ @@ -15,8 +15,8 @@ COMMENT= A free collaborative editor LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - net6-1.1.0:${PORTSDIR}/net/net6 \ - obby-0.2.0:${PORTSDIR}/devel/obby + net6-1.2.0:${PORTSDIR}/net/net6 \ + obby-0.3.0:${PORTSDIR}/devel/obby USE_XLIB= yes GNU_CONFIGURE= yes |