diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 18:34:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 18:34:57 +0000 |
commit | 7a6f714c66b615636c860223dd76eaa776b7348f (patch) | |
tree | 9f08ebdc2cc260c96d183536e9eb132a228c5279 /mail/gmime2 | |
parent | 8ae7e1c069f4a65c2bfc20193173c62d2a76d5f9 (diff) | |
download | ports-7a6f714c66b615636c860223dd76eaa776b7348f.tar.gz ports-7a6f714c66b615636c860223dd76eaa776b7348f.zip |
Notes
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 3d706d89bd9e..58442c91d28a 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -9,7 +9,7 @@ PORTNAME= gmime PORTVERSION= 2.1.1 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/ +MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ MAINTAINER= krion@FreeBSD.org COMMENT= Library (written in C) for parsing and creating messages using MIME @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - INSTALLS_SHLIB= yes LATEST_LINK= gmime2 |