diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
commit | e0e2c5228a6690440b633c25b0c582a06dc91003 (patch) | |
tree | 7ae2b7f867c64787822b0e475abe322934da04e0 /mail | |
parent | Update to 7.15. (diff) |
BROKEN on 5.1: does not compile
Diffstat (limited to 'mail')
-rw-r--r-- | mail/liamail/Makefile | 8 |
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> |