diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-20 22:20:54 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-20 22:20:54 +0000 |
commit | 7094a4d8f7c75a5119c4fb59485d9b7cf1d35e6f (patch) | |
tree | 07cf8c8cb7c595e4bb2a95e088a58d564b4b5aa6 /mail/gmime2/Makefile | |
parent | 4a4382959c7e7fae43acf1c5c468b185fc543dfd (diff) | |
download | ports-7094a4d8f7c75a5119c4fb59485d9b7cf1d35e6f.tar.gz ports-7094a4d8f7c75a5119c4fb59485d9b7cf1d35e6f.zip |
Notes
Diffstat (limited to 'mail/gmime2/Makefile')
-rw-r--r-- | mail/gmime2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 903736b845af..5d70eadd578f 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.1.18 +PORTVERSION= 2.1.19 CATEGORIES?= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ @@ -22,11 +22,11 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --enable-mono=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes -LATEST_LINK?= gmime2 +LATEST_LINK?= ${PORTNAME}2 PORTDOCS= * |