Index: head/graphics/clutter-gtk3/Makefile =================================================================== --- head/graphics/clutter-gtk3/Makefile (revision 446560) +++ head/graphics/clutter-gtk3/Makefile (revision 446561) @@ -1,25 +1,28 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= clutter-gtk PORTVERSION= 1.8.2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter \ libjson-glib-1.0.so:devel/json-glib USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USE_GL= egl USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/graphics/clutter-gtk3/pkg-descr =================================================================== --- head/graphics/clutter-gtk3/pkg-descr (revision 446560) +++ head/graphics/clutter-gtk3/pkg-descr (revision 446561) @@ -1,5 +1,5 @@ Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the default ClutterStage into any GtkContainer. -WWW: http://blogs.gnome.org/clutter/ +WWW: https://blogs.gnome.org/clutter/