aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime2
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-04 00:10:37 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-04 00:10:37 +0000
commitbad814637033752d85c5d40f93bc48903d601ee7 (patch)
tree25c43df922a0bc3f4f685a244d2da79f0b655904 /mail/gmime2
parent9a5675991414e0b7744c5f53e77a7ec51c7bedd7 (diff)
downloadports-bad814637033752d85c5d40f93bc48903d601ee7.tar.gz
ports-bad814637033752d85c5d40f93bc48903d601ee7.zip
Notes
Diffstat (limited to 'mail/gmime2')
-rw-r--r--mail/gmime2/Makefile1
-rw-r--r--mail/gmime2/files/patch-gmime-2.0.pc.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile
index 5d70eadd578f..6b2df015cb91 100644
--- a/mail/gmime2/Makefile
+++ b/mail/gmime2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmime
PORTVERSION= 2.1.19
+PORTREVISION?= 1
CATEGORIES?= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/
diff --git a/mail/gmime2/files/patch-gmime-2.0.pc.in b/mail/gmime2/files/patch-gmime-2.0.pc.in
new file mode 100644
index 000000000000..21772930dd0b
--- /dev/null
+++ b/mail/gmime2/files/patch-gmime-2.0.pc.in
@@ -0,0 +1,10 @@
+--- gmime-2.0.pc.in.orig Tue May 3 19:34:20 2005
++++ gmime-2.0.pc.in Wed Feb 1 00:51:53 2006
+@@ -7,6 +7,6 @@
+ Name: GMime
+ Version: @VERSION@
+ Description: MIME parser and utility library
+-Requires: glib-2.0,gobject-2.0
++Requires: glib-2.0,gobject-2.0,gthread-2.0
+ Libs: -L${libdir} @GMIME_LIBS@ @LIBS@
+ Cflags: -I${includedir}/gmime-2.0 @GMIME_CFLAGS@