summaryrefslogtreecommitdiff
path: root/mail/liamail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
commite0e2c5228a6690440b633c25b0c582a06dc91003 (patch)
tree7ae2b7f867c64787822b0e475abe322934da04e0 /mail/liamail
parentUpdate to 7.15. (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81201
Diffstat (limited to 'mail/liamail')
-rw-r--r--mail/liamail/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/liamail/Makefile b/mail/liamail/Makefile
index ea373a4f666e..6391e6218e29 100644
--- a/mail/liamail/Makefile
+++ b/mail/liamail/Makefile
@@ -15,6 +15,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kde@freebsd.org
COMMENT= A graphical mail client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_REINPLACE= yes
@@ -29,4 +35,4 @@ post-patch:
@${REINPLACE_CMD} -e "s/qt.so/qt2.so/g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s/-lqt/-lqt2/g" ${WRKSRC}/src/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>