diff options
author | kwm <kwm@FreeBSD.org> | 2014-05-05 22:12:09 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-05-05 22:12:09 +0800 |
commit | c575eaaa48639e7a4b2ca3d93cd26baf7699177d (patch) | |
tree | 74d2643ddab40fb770de3098abac868012f0eb77 /mail | |
parent | 7aff05a39a8697c0cd5f79bd12fb396e26925421 (diff) | |
download | freebsd-ports-gnome-c575eaaa48639e7a4b2ca3d93cd26baf7699177d.tar.gz freebsd-ports-gnome-c575eaaa48639e7a4b2ca3d93cd26baf7699177d.tar.zst freebsd-ports-gnome-c575eaaa48639e7a4b2ca3d93cd26baf7699177d.zip |
Mark IGNORE. This version doesn't build with libmapi 2.1.
Remove NO_STAGE, and switch to USES=tar:bzip2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mapi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile index df8851795c5f..93d10ee6a9cc 100644 --- a/mail/evolution-mapi/Makefile +++ b/mail/evolution-mapi/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc -USE_BZIP2= yes -USES= gettext +IGNORE= doesn't build with current libmapi + +USES= gettext tar:bzip2 USE_GMAKE= yes USE_GNOME= evolutiondataserver USE_LDCONFIG= yes @@ -31,7 +32,6 @@ EVO_VERSION= 2.32 EDS_VERSION= 1.2 PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: |