diff options
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index bbf49ef43885..4a538f0b09cd 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -6,19 +6,22 @@ PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 PORTREVISION= 17 CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 +MASTER_SITES= GNOME/sources/gdk-pixbuf/0.22 DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Graphic library for GTK+ +LICENSE= LGPL20 # or later +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USES= gmake libtool pathfix tar:bzip2 +USES= cpe gmake libtool pathfix tar:bzip2 +CPE_VENDOR= gnome USE_XORG= xt xi x11 USE_GNOME= gtk12 USE_LDCONFIG= yes |