diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-10 08:29:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-10 08:29:15 +0800 |
commit | fbf8bc90e4e9ddc14a5d0e26bce852d4e0ab24fa (patch) | |
tree | 98372ce5c0ab86415b62dd7e0d18f1132545f023 /graphics | |
parent | c68c1d59f08b751a0bfcdf65af22d776d165de55 (diff) | |
download | freebsd-ports-gnome-fbf8bc90e4e9ddc14a5d0e26bce852d4e0ab24fa.tar.gz freebsd-ports-gnome-fbf8bc90e4e9ddc14a5d0e26bce852d4e0ab24fa.tar.zst freebsd-ports-gnome-fbf8bc90e4e9ddc14a5d0e26bce852d4e0ab24fa.zip |
graphics/gmic: Add PORTSCOUT pattern to prevent triple-digit versions
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |