diff options
author | rene <rene@FreeBSD.org> | 2013-03-07 07:31:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-07 07:31:58 +0800 |
commit | 49f67f0f61db6ce04ad97be8c96b8ca1bdb70943 (patch) | |
tree | 4e326b2ee8a1ef3baec9eddec5f964cb80a2be9a /www | |
parent | 900561406da2b987c1599c609e3380c5a74f64aa (diff) | |
download | freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.tar.gz freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.tar.zst freebsd-ports-gnome-49f67f0f61db6ce04ad97be8c96b8ca1bdb70943.zip |
Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index f90aac9ef3a2..bc447293335e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -117,10 +117,6 @@ GYP_DEFINES+= use_pulseaudio=0 GYP_DEFINES+= disable_sse2=1 .endif -.if ${OSVERSION} < 800069 -IGNORE= requires libusb 2 API, which is not available on this FreeBSD version -.endif - .if ${PORT_OPTIONS:MCLANG} .if ${OSVERSION} < 900033 BUILD_DEPENDS+= clang:${PORTSDIR}/lang/clang |