diff options
Diffstat (limited to 'mail/libsieve/Makefile')
-rw-r--r-- | mail/libsieve/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index 3df2a5d4bf3..ec282df8b65 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/09/08 12:26:15 obache Exp $ +# $NetBSD: Makefile,v 1.9 2007/12/17 11:32:57 obache Exp $ # -DISTNAME= libsieve-2.2.5 +DISTNAME= libsieve-2.2.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsieve/} @@ -11,8 +11,11 @@ COMMENT= Library for parsing, sorting and filtering mail USE_LANGUAGES= c USE_LIBTOOL= yes +USE_TOOLS+= flex bison GNU_CONFIGURE= yes CONFIGURE_DIRS= src +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.pkg.mk" |