diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 18:47:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 18:47:42 +0000 |
commit | e7d59370f57a3c3837b4402aab13c209b71519be (patch) | |
tree | dabbabbabb8069d7e6b8947eac5ae54e169d2fd9 /x11-toolkits | |
parent | 3906194f48148927ec7e125583dd958709e82c71 (diff) | |
download | ports-e7d59370f57a3c3837b4402aab13c209b71519be.tar.gz ports-e7d59370f57a3c3837b4402aab13c209b71519be.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/sakura/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile index 14a7ab4f1994..1a59f2c71267 100644 --- a/x11-toolkits/sakura/Makefile +++ b/x11-toolkits/sakura/Makefile @@ -20,6 +20,12 @@ USE_CMAKE= yes MAN1= sakura.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \ /"-O2"/d ; \ @@ -32,4 +38,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |