diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 19:01:05 +0800 |
commit | 057971c152a484648da5936e2abf430699f07815 (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /sysutils/intel-qcu | |
parent | c743bcc36550fe214c3826e524078d4459e8cb90 (diff) | |
download | freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.gz freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.tar.zst freebsd-ports-gnome-057971c152a484648da5936e2abf430699f07815.zip |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Diffstat (limited to 'sysutils/intel-qcu')
-rw-r--r-- | sysutils/intel-qcu/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/intel-qcu/Makefile b/sysutils/intel-qcu/Makefile index 98d9389f2998..b544bc517405 100644 --- a/sysutils/intel-qcu/Makefile +++ b/sysutils/intel-qcu/Makefile @@ -29,10 +29,6 @@ PLIST_FILES= sbin/qcu .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1001000 -IGNORE= is not supported on FreeBSD 10.0 and older -.endif - .if ${OSVERSION} >= 1100000 BROKEN= core dump on application startup .endif |