diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-15 05:41:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-15 05:41:34 +0800 |
commit | 4f461b1e792a6caf4ad5aece01ffb0ea09c97207 (patch) | |
tree | f90784c11b4f781f2a90676f7797c12eb3549f5c /editors/gedit3/Makefile | |
parent | 48b71b4f4b727b48bf671b83608aaa1800dd95d2 (diff) | |
download | marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar.gz marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar.bz2 marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar.lz marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar.xz marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.tar.zst marcuscom-ports-4f461b1e792a6caf4ad5aece01ffb0ea09c97207.zip |
Update to 2.91.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15475 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit3/Makefile')
-rw-r--r-- | editors/gedit3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index ef8ef30ca..93cd82283 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit3/Makefile,v 1.4 2011/02/21 15:46:19 kwm Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.5 2011/03/07 14:42:04 kwm Exp $ # PORTNAME= gedit -PORTVERSION= 2.91.8 +PORTVERSION= 2.91.9 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -31,8 +31,6 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -#USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ -# desktopfileutils gnomedocutils ltasneededhack USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ desktopfileutils gnomedocutils GNOME_DESKTOP_VERSION=3 @@ -44,6 +42,7 @@ PLIST_SUB= VERSION="3.0" MAN1= gedit.1 GLIB_SCHEMAS= org.gnome.gedit.enums.xml \ org.gnome.gedit.gschema.xml \ + org.gnome.gedit.plugins.externaltools.gschema.xml \ org.gnome.gedit.plugins.filebrowser.enums.xml \ org.gnome.gedit.plugins.filebrowser.gschema.xml \ org.gnome.gedit.plugins.pythonconsole.gschema.xml \ |