summaryrefslogtreecommitdiffstats
path: root/editors/gedit
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-03 07:48:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-03 07:48:44 +0800
commitb36ef1f4546c752e61a234962c40ef1af43db05e (patch)
treeaad74336b0ff7a15295301ce2ef8abe9404785ea /editors/gedit
parent990e3c9b73029a9368df69a1fdfdb7c59cbb2b82 (diff)
downloadmarcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar.gz
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar.bz2
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar.lz
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar.xz
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.tar.zst
marcuscom-ports-b36ef1f4546c752e61a234962c40ef1af43db05e.zip
Even though gedit no longer depends on libgnomeprintui, its pkg-config file
had not been updated to reflect that. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit')
-rw-r--r--editors/gedit/Makefile4
-rw-r--r--editors/gedit/files/patch-data_gedit.pc.in10
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@