diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-07 11:24:44 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-07 11:24:44 +0000 |
commit | 880851e94914e6ec021f81d6e48982b70f49a0aa (patch) | |
tree | 2442234ff4093b8ce6391805bc42431de037bdc5 /mail/dovecot-sieve/Makefile | |
parent | 0a6aba7ed21441dea71e6dd30f8b289774426489 (diff) | |
download | ports-880851e94914e6ec021f81d6e48982b70f49a0aa.tar.gz ports-880851e94914e6ec021f81d6e48982b70f49a0aa.zip |
Notes
Diffstat (limited to 'mail/dovecot-sieve/Makefile')
-rw-r--r-- | mail/dovecot-sieve/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile index d40e7ca20282..e2269d975a01 100644 --- a/mail/dovecot-sieve/Makefile +++ b/mail/dovecot-sieve/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dovecot-sieve -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/sieve/ \ http://www.is-root.com/myports/ @@ -22,10 +22,4 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} --with-dovecot=`make -C ${PORTSDIR}/mail/dovecot -V WRKSRC` -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |