aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libsieve
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-28 16:32:29 +0800
committerclsung <clsung@FreeBSD.org>2006-08-28 16:32:29 +0800
commitf62de3da764d79af797f1663e8bef1ed93bb5c07 (patch)
treea753f31f3ab26c9530132012697a6284a2802547 /mail/libsieve
parent485d0836c7ef3171d585f8e7da5c6eb73a2eeb27 (diff)
downloadfreebsd-ports-gnome-f62de3da764d79af797f1663e8bef1ed93bb5c07.tar.gz
freebsd-ports-gnome-f62de3da764d79af797f1663e8bef1ed93bb5c07.tar.zst
freebsd-ports-gnome-f62de3da764d79af797f1663e8bef1ed93bb5c07.zip
- Add devel/bison dependency to fix compilation
PR: ports/102592 Submitted by: maintainer (Mark Starovoytov)
Diffstat (limited to 'mail/libsieve')
-rw-r--r--mail/libsieve/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile
index 4e5f0db01fac..ffd91ec57aaf 100644
--- a/mail/libsieve/Makefile
+++ b/mail/libsieve/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= libsieve
MAINTAINER= mark_sf@kikg.ifmo.ru
COMMENT= A library for parsing, sorting and filtering mail
-BROKEN= Does not compile
-
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC=${WRKSRC}/src
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
@@ -24,6 +22,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}
USE_GMAKE= yes
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${WRKSRC}/src
+USE_BISON= yes
USE_LDCONFIG= yes
# get rid of the `size_t' problem in header.y
USE_GCC= 3.2+