aboutsummaryrefslogtreecommitdiff
path: root/mail/libvmime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/libvmime/Makefile')
-rw-r--r--mail/libvmime/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 4d1d149b30e0..e708d46264d5 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,9 +7,9 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= vmime
MAINTAINER= delphij@FreeBSD.org
@@ -25,14 +25,14 @@ USE_GCC= 3.3+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include -D_GLIBCXX__PTHREADS
LDFLAGS+= -L${LOCALBASE}/lib
.ifndef DEBUG
CONFIGURE_ARGS+=--disable-debug
.endif
-CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+= EXTRA_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
DOCSDIR= ${PREFIX}/share/doc/vmime