aboutsummaryrefslogtreecommitdiff
path: root/mail/libvmime/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-02-18 00:10:20 +0000
committerXin LI <delphij@FreeBSD.org>2008-02-18 00:10:20 +0000
commitdd46428dfa948cbae807f4c7b5be07cb8864741f (patch)
tree4165e13321a944ddea614fa487e718cfb24a1c85 /mail/libvmime/Makefile
parentbbff9f27173e92a14399671b470dc01beedf94d7 (diff)
Notes
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