summaryrefslogtreecommitdiff
path: root/mail/gmail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
commit2227e221a1010ebfb6a983905f382e604bb23bd5 (patch)
tree959845570f5d700d219c690c4302c43e4acc7419 /mail/gmail
parentBROKEN: Incorrect pkg-plist (diff)
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71295
Diffstat (limited to 'mail/gmail')
-rw-r--r--mail/gmail/Makefile10
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>