diff options
author | erwin <erwin@FreeBSD.org> | 2009-01-09 02:02:23 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-01-09 02:02:23 +0800 |
commit | f084ff38a1116395bebb24881aae6d477cd026e8 (patch) | |
tree | ae9e4287bd4f79eb3cd45a8cabbbea7776783285 | |
parent | 4eea70c8bb80bdfa5db2b6c7f1d5d1cc626b281a (diff) | |
download | freebsd-ports-gnome-f084ff38a1116395bebb24881aae6d477cd026e8.tar.gz freebsd-ports-gnome-f084ff38a1116395bebb24881aae6d477cd026e8.tar.zst freebsd-ports-gnome-f084ff38a1116395bebb24881aae6d477cd026e8.zip |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat
-rw-r--r-- | ftp/omi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile index d3458e26c8d5..189ec41c27b8 100644 --- a/ftp/omi/Makefile +++ b/ftp/omi/Makefile @@ -33,4 +33,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/BSD-COPYRIGHT ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |