diff options
Diffstat (limited to 'mail/gmail/Makefile')
-rw-r--r-- | mail/gmail/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/gmail/Makefile b/mail/gmail/Makefile index 0bc21cf86886..29adeb312447 100644 --- a/mail/gmail/Makefile +++ b/mail/gmail/Makefile @@ -12,8 +12,6 @@ MASTER_SITES= http://gmail.linuxpower.org/ MAINTAINER= baskruit@bsltwr.dnsalias.org -BROKEN= "Does not build" - LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ gmime.6:${PORTSDIR}/mail/gmime @@ -22,4 +20,10 @@ USE_GMAKE= YES USE_GNOME= YES USE_LIBTOOL= YES -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |