From 49c7acd921166dd14555a3de46ca843aab8dbbb6 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 10 Jun 2018 00:29:15 +0000 Subject: [PATCH] graphics/gmic: Add PORTSCOUT pattern to prevent triple-digit versions --- graphics/gmic/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile index 01872721e516..ca9a073bb5b5 100644 --- a/graphics/gmic/Makefile +++ b/graphics/gmic/Makefile @@ -31,6 +31,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff +PORTSCOUT= limit:[0-9]\..* # not v.220 and similar + USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig USE_GITHUB= yes GH_ACCOUNT= dtschump