diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:10:59 +0000 |
commit | f7a004747d06508adada19dc3874f7af20741875 (patch) | |
tree | a6f77e01b585486dad808c111e67ee9db4562f70 /japanese/balsa/Makefile | |
parent | BROKEN on 5.x: Unfetchable (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to '')
-rw-r--r-- | japanese/balsa/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/balsa/Makefile b/japanese/balsa/Makefile index 29640f3d6a32..b27a992e4b93 100644 --- a/japanese/balsa/Makefile +++ b/japanese/balsa/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LIBS='-L${LOCALBASE}/lib' MAN1= balsa.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @@ -45,4 +51,4 @@ pre-configure: post-install: ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |