diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /sysutils/pcbsd-libsh | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=430454
Diffstat (limited to 'sysutils/pcbsd-libsh')
-rw-r--r-- | sysutils/pcbsd-libsh/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/pcbsd-libsh/Makefile b/sysutils/pcbsd-libsh/Makefile index 8fd9e941511b..9dd4ccc328f9 100644 --- a/sysutils/pcbsd-libsh/Makefile +++ b/sysutils/pcbsd-libsh/Makefile @@ -23,10 +23,4 @@ GH_TAGNAME= 2c5a0c PLIST_FILES= share/pcbsd/scripts/functions.sh -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |