Index: head/graphics/gdk-pixbuf2/Makefile =================================================================== --- head/graphics/gdk-pixbuf2/Makefile (revision 449060) +++ head/graphics/gdk-pixbuf2/Makefile (revision 449061) @@ -1,42 +1,43 @@ # Created by: Ade Lovett # $FreeBSD$ PORTNAME= gdk-pixbuf PORTVERSION= 2.36.6 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= xt xi x11 USES= cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz CPE_VENDOR= gnome USE_GNOME+= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes --with-x11 INSTALL_TARGET= install-strip OPTIONS_SUB= yes OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS OPTIONS_DEFAULT=JASPER JPEG PNG TIFF JASPER_CONFIGURE_WITH= libjasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper JPEG_CONFIGURE_WITH= libjpeg JPEG_USES= jpeg PNG_CONFIGURE_WITH= libpng PNG_LIB_DEPENDS= libpng.so:graphics/png TIFF_CONFIGURE_WITH= libtiff TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-install: @cd ${WRKSRC}/docs/reference/gdk-pixbuf && env DESTDIR=${STAGEDIR} ${GMAKE} install-man1 .include Index: head/graphics/gdk-pixbuf2/pkg-descr =================================================================== --- head/graphics/gdk-pixbuf2/pkg-descr (revision 449060) +++ head/graphics/gdk-pixbuf2/pkg-descr (revision 449061) @@ -1,8 +1,8 @@ The GdkPixBuf library provides a number of features: - Image loading facilities. - Rendering of a GdkPixBuf into various formats: drawables (windows, pixmaps), GdkRGB buffers. - A cache interface -WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html +WWW: https://developer.gnome.org/gdk-pixbuf/