Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 14:30:34 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428990 - head/x11-toolkits/libgdiplus
Message-ID:  <201612201430.uBKEUYBi001666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Tue Dec 20 14:30:33 2016
New Revision: 428990
URL: https://svnweb.freebsd.org/changeset/ports/428990

Log:
  x11-toolkits:libgdiplus: add missing dependencies, license
  
   - Add LICENSE as Mozilla Public License, use license file from source.
   - Add missing and indirect dependencies.
  
  PR:		213973

Modified:
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Tue Dec 20 14:02:23 2016	(r428989)
+++ head/x11-toolkits/libgdiplus/Makefile	Tue Dec 20 14:30:33 2016	(r428990)
@@ -3,22 +3,29 @@
 
 PORTNAME=	libgdiplus
 PORTVERSION=	4.2
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 
 MAINTAINER=	mono@FreeBSD.org
 COMMENT=	GDI+ API for System.Windows.Forms in Mono
 
+LICENSE=	MPL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libgif.so:graphics/giflib \
 		libpng.so:graphics/png \
-		libcairo.so:graphics/cairo
+		libcairo.so:graphics/cairo \
+		libfreetype.so:print/freetype2 \
+		libexif.so:graphics/libexif \
+		libfontconfig.so:x11-fonts/fontconfig
 
 GNU_CONFIGURE=	yes
-USES=		cpe gmake libtool:keepla pathfix pkgconfig
+USES=		cpe gettext-runtime gmake jpeg libtool:keepla pathfix pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USE_XORG=	x11
+USE_XORG=	x11 xrender
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612201430.uBKEUYBi001666>