diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 6 | ||||
-rw-r--r-- | www/iridium/Makefile | 6 | ||||
-rw-r--r-- | www/ungoogled-chromium/Makefile | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 2b0c0ba86f63..5b3d4198975e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -209,11 +209,7 @@ TEST_DISTFILES= ${PORTNAME}-${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 diff --git a/www/iridium/Makefile b/www/iridium/Makefile index dc187c797e34..75b2465e9f2d 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -198,11 +198,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false .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 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 |