diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-22 12:11:37 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-22 12:11:37 +0000 |
commit | 386b82f8abc2157cf686309f795bcb777caf5c41 (patch) | |
tree | 1ed01b031ac5c8defe597883b32581703d92f3ca | |
parent | 70274f1811e3bec2fb9df988748d6cb02f1e9f59 (diff) | |
download | ports-386b82f8abc2157cf686309f795bcb777caf5c41.tar.gz ports-386b82f8abc2157cf686309f795bcb777caf5c41.zip |
Notes
-rw-r--r-- | sysutils/lugtools/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/e16/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sysutils/lugtools/Makefile b/sysutils/lugtools/Makefile index 32e4583611cd..7c42137defd4 100644 --- a/sysutils/lugtools/Makefile +++ b/sysutils/lugtools/Makefile @@ -46,4 +46,10 @@ do-build: do-install: @${EXEC} cd ${WRKSRC} ; ${WRKSRC}/install ${PREFIX} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 1c100c590342..2292cb2e4139 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -46,4 +46,10 @@ post-patch: ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |