diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:31:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:31:53 +0000 |
commit | b9d47b1c42fea1da3e5ab088808cba4cc6520011 (patch) | |
tree | 03226a1f44133e7a2cea07540ef56d8c15daedda /news | |
parent | 4912f2a36a8bb505fad5d6acc2c0a3caa77de2c6 (diff) | |
download | ports-b9d47b1c42fea1da3e5ab088808cba4cc6520011.tar.gz ports-b9d47b1c42fea1da3e5ab088808cba4cc6520011.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/grn/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index aa5a3cf28126..851aba83c2ec 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -23,6 +23,12 @@ CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ @@ -32,4 +38,4 @@ pre-patch: 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |