diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-20 14:06:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-20 14:06:26 +0800 |
commit | 0a639fb5885d16e0cafc42e05c3ce2ded1e27521 (patch) | |
tree | 5354e386d2e8526f2eadc0e94358224ec37b2600 /editors/gobby/Makefile | |
parent | ffa1d0c35ad0dfa31fcbff89e7e6faed8dbba892 (diff) | |
download | freebsd-ports-gnome-0a639fb5885d16e0cafc42e05c3ce2ded1e27521.tar.gz freebsd-ports-gnome-0a639fb5885d16e0cafc42e05c3ce2ded1e27521.tar.zst freebsd-ports-gnome-0a639fb5885d16e0cafc42e05c3ce2ded1e27521.zip |
- Update to 0.4.11
PR: 140668
Submitted by: Ports Fury
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r-- | editors/gobby/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index a6b9b8469d65..6fea1e48bffd 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -6,26 +6,24 @@ # PORTNAME= gobby -PORTVERSION= 0.4.10 -PORTREVISION= 1 +PORTVERSION= 0.4.11 CATEGORIES= editors -MASTER_SITES= http://releases.0x539.de/gobby/ \ - http://www.atarininja.org/~wxs/distfiles/ +MASTER_SITES= http://releases.0x539.de/gobby/ MAINTAINER= ports@FreeBSD.org 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.3:${PORTSDIR}/net/net6 \ - obby-0.4:${PORTSDIR}/devel/obby +LIB_DEPENDS= obby-0.4.1:${PORTSDIR}/devel/obby \ + net6-1.3.0:${PORTSDIR}/net/net6 \ + xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ + gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -MAKE_JOBS_SAFE= yes -USE_XORG= x11 -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig gtksourceview2 +USE_GNOME= gnomehack gtksourceview2 USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes +INSTALLS_ICONS= yes -MAN1= gobby.1 +MAN1= ${PORTNAME}.1 .include <bsd.port.mk> |