diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 13:56:32 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 13:56:32 +0000 |
commit | 652724b9ab96d404a700b6a2896f2c77d493c428 (patch) | |
tree | ec56345c844af8f9f9b0ba54a71fb2c35bb0c3bd /graphics/gegl | |
parent | cb3ccb4f1fdb422331f531c7488bd525e9071166 (diff) |
* Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
any updates anymore. Or are slave ports, so only the master port will
get checked.
Notes
Notes:
svn path=/head/; revision=393729
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index bdaa472149a7..f2a8a152ea99 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libbabl-0.1.so:${PORTSDIR}/x11/babl +# ignore new versions until we can replace this version with gegl 3.x +PORTSCOUT= ignore:1 + OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ LUA OPENEXR OPENRAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L \ DOCS EXAMPLES |