diff options
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/files/patch-data_gedit.pc.in | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index b5a08a508..593d35bac 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.74 2008/01/25 08:34:28 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.75 2008/02/01 23:31:55 mezz Exp $ # PORTNAME= gedit PORTVERSION= 2.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/editors/gedit/files/patch-data_gedit.pc.in b/editors/gedit/files/patch-data_gedit.pc.in new file mode 100644 index 000000000..1a9d07602 --- /dev/null +++ b/editors/gedit/files/patch-data_gedit.pc.in @@ -0,0 +1,10 @@ +--- data/gedit.pc.in.orig 2008-02-02 18:46:41.000000000 -0500 ++++ data/gedit.pc.in 2008-02-02 18:46:52.000000000 -0500 +@@ -5,6 +5,6 @@ includedir=@includedir@ + + Name: gedit + Description: gedit +-Requires: libgnomeui-2.0 libglade-2.0 libgnomeprintui-2.2 gtksourceview-2.0 ++Requires: libgnomeui-2.0 libglade-2.0 gtksourceview-2.0 + Version: @VERSION@ + Cflags: -I${includedir}/gedit-@GEDIT_API_VERSION@ |