From 003a0750f9ef8361a85fda2cbc1f09362c708d66 Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 3 Jan 2017 12:49:39 +0000 Subject: Drop pre-10.3 support in my ports Figuring out which GCC hacks are safe to drop is tricky but at least devel/fb-adb is limited to x86 due to ADA bootstrap. --- graphics/colmap/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'graphics') diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 2b741569b196..69038bad9d1f 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -41,9 +41,6 @@ TEST_TARGET= test ARGS="-V" OPTIONS_DEFINE= DOCS OPENMP SIMD OPTIONS_DEFAULT= OPENMP SIMD -# XXX ports/215138: exclude still broken -OPTIONS_EXCLUDE= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL}} # not OSREL:R -OPTIONS_EXCLUDE_FreeBSD_10.1= OPENMP DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_USES= gmake -- cgit