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 | |
parent | cb3ccb4f1fdb422331f531c7488bd525e9071166 (diff) | |
download | ports-652724b9ab96d404a700b6a2896f2c77d493c428.tar.gz ports-652724b9ab96d404a700b6a2896f2c77d493c428.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 2 | ||||
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index e38b4435bfd5..5804e6c3c14b 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -12,6 +12,8 @@ COMMENT= GTK+ Integration library for Clutter LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter +PORTSCOUT= ignore:1 + USE_GL= gl USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes 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 diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index a5d1dff72e09..a1a8d95259cd 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +PORTSCOUT= ignore:1 + USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz USE_PERL5= build MAKE_JOBS_UNSAFE= yes |