diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 03:38:23 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 03:38:23 +0000 |
commit | 15968e141f20e99cbda457d6b3345d15b9df92a5 (patch) | |
tree | 79791260ff026c65c232b755e0b6b611e93fe338 /mail/gmime2/Makefile | |
parent | d1dd60b280854810c270b98c8ce69648248d8acc (diff) | |
download | ports-15968e141f20e99cbda457d6b3345d15b9df92a5.tar.gz ports-15968e141f20e99cbda457d6b3345d15b9df92a5.zip |
Notes
Diffstat (limited to 'mail/gmime2/Makefile')
-rw-r--r-- | mail/gmime2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 3b8b5f6d8a6a..26c0ad8d19ea 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.6 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v${PORTVERSION:C/([0-9]\.[0-9]).*/\1/}/ @@ -16,6 +16,8 @@ COMMENT?= Library (written in C) for parsing and creating messages using MIME CONFLICTS= gmime-1.0.* +SLAVEDIRS= mail/gmime2-sharp + USE_ICONV= yes USE_GMAKE= yes USE_GNOME?= gnomehack gnometarget glib20 |