diff options
author | seanc <seanc@FreeBSD.org> | 2004-11-09 23:28:48 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2004-11-09 23:28:48 +0000 |
commit | 9e5b749352e0f1ce819913d1b31d137da508070f (patch) | |
tree | c2364e6e622be6f1052471075c45428e851c9ee6 /mail/gmime2/Makefile | |
parent | 783b3722004ce5a8ececbd91030b7e0c685a1d88 (diff) | |
download | FreeBSD-ports-9e5b749352e0f1ce819913d1b31d137da508070f.zip FreeBSD-ports-9e5b749352e0f1ce819913d1b31d137da508070f.tar.gz |
*grabs bleach and pours on infectious creeping GNOME software infestation*
Fix the list of dependencies so it no longer depends on xorg-libraries.
For server installs this was unnecessary. Bump port version, take hazard
suit off, and dispose of used suit in incinerator.
Approved by: krion
Diffstat (limited to 'mail/gmime2/Makefile')
-rw-r--r-- | mail/gmime2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index d2357e3..074af90 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmime PORTVERSION= 2.1.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ @@ -16,10 +17,9 @@ COMMENT= Library (written in C) for parsing and creating messages using MIME CONFLICTS= gmime-1.0.* USE_ICONV= yes -USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget glib20 lthack -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomehack gnometarget glib20 +USE_INC_LIBTOOL_VER=15 CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" |