diff options
author | erwin <erwin@FreeBSD.org> | 2012-06-13 15:13:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-06-13 15:13:10 +0800 |
commit | 3432feda1ba6e6f962ccd9f7bb26d94b77cb8523 (patch) | |
tree | e1b86ee598044a63b02d4545ab3de63ba93df686 /misc/mshell | |
parent | 4aad3ef7edde0244bf01850e69af4a2af666de0c (diff) | |
download | freebsd-ports-gnome-3432feda1ba6e6f962ccd9f7bb26d94b77cb8523.tar.gz freebsd-ports-gnome-3432feda1ba6e6f962ccd9f7bb26d94b77cb8523.tar.zst freebsd-ports-gnome-3432feda1ba6e6f962ccd9f7bb26d94b77cb8523.zip |
Mark BROKEN on 10.x: does not build
Submitted by: pointyhat
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 15dfbb457f63..46c5cd0a1a84 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -25,4 +25,10 @@ do-extract: zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH}) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |