diff options
-rw-r--r-- | editors/gedit-plugins3/Makefile | 12 | ||||
-rw-r--r-- | editors/gedit-plugins3/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index 4b05e916e..aecdabfd2 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.13 2011/08/30 21:30:20 kwm Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.14 2011/09/18 10:22:20 kwm Exp $ # PORTNAME= gedit-plugins -PORTVERSION= 3.1.4 +PORTVERSION= 3.2.0 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,9 +15,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 3 -BUILD_DEPENDS= gedit>=2.91.11:${PORTSDIR}/editors/gedit3 +BUILD_DEPENDS= gedit>=3.2.0:${PORTSDIR}/editors/gedit3 LIB_DEPENDS= peas-1.0.0:${PORTSDIR}/devel/libpeas -RUN_DEPENDS= gedit>=2.91.11:${PORTSDIR}/editors/gedit3 +RUN_DEPENDS= gedit>=3.2.0:${PORTSDIR}/editors/gedit3 CONFLICTS= gedit-plugins-2.[0-9]* @@ -29,8 +29,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix intlhack gtk30 gtksourceview3 WANT_GNOME= yes -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml diff --git a/editors/gedit-plugins3/distinfo b/editors/gedit-plugins3/distinfo index 045045c61..79c80f518 100644 --- a/editors/gedit-plugins3/distinfo +++ b/editors/gedit-plugins3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gedit-plugins-3.1.4.tar.xz) = bf4e39ded2354b98bc39c897288181c8e9c49ee31e6aacf18adc8902de3ac03c -SIZE (gnome3/gedit-plugins-3.1.4.tar.xz) = 1430780 +SHA256 (gnome3/gedit-plugins-3.2.0.tar.xz) = c8d617a107478dba6ef0ab16e87707c5526e97eefab24a65891dbf9aa32e7839 +SIZE (gnome3/gedit-plugins-3.2.0.tar.xz) = 1408256 |