diff options
Diffstat (limited to 'www/ungoogled-chromium/Makefile')
-rw-r--r-- | www/ungoogled-chromium/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 1f3a2bb51f4e..69ad6d033125 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -224,11 +224,7 @@ TEST_DISTFILES= chromium-${DISTVERSION}-testdata${EXTRACT_SUFX} \ TEST_ALL_TARGET= ${TEST_TARGETS} .include <bsd.port.options.mk> -.include <bsd.port.pre.mk> - -.if ${OSREL} == "12.3" -IGNORE= does not compile, libc++ too old -.endif +.include <bsd.port.pre.mk> # for COMPILER_VERSION .if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so) IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base |