diff options
author | mezz <mezz@FreeBSD.org> | 2005-11-06 10:57:06 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-11-06 10:57:06 +0800 |
commit | 73f24118f3ea934e12e0bfecb3c604508d77721b (patch) | |
tree | 64809547a6eb3370c6aab2db65d3e2f4c284c508 /editors | |
parent | 8c2dbeee68cf847dc1d47c503a73d12c98cd9e00 (diff) | |
download | freebsd-ports-gnome-73f24118f3ea934e12e0bfecb3c604508d77721b.tar.gz freebsd-ports-gnome-73f24118f3ea934e12e0bfecb3c604508d77721b.tar.zst freebsd-ports-gnome-73f24118f3ea934e12e0bfecb3c604508d77721b.zip |
Chase gedit version, GEDIT_VERSION= 2.10 -> 2.12 to fix the build.
Submitted by: ankon on #freebsd-gnome
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-autocomplete-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit-autocomplete-plugin/Makefile b/editors/gedit-autocomplete-plugin/Makefile index ba488086e56d..f232f571676d 100644 --- a/editors/gedit-autocomplete-plugin/Makefile +++ b/editors/gedit-autocomplete-plugin/Makefile @@ -18,7 +18,7 @@ COMMENT= A simple autocompletion plugin for gedit BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit -GEDIT_VERSION= 2.10 +GEDIT_VERSION= 2.12 USE_X_PREFIX= yes MAKEFILE= makefile |