svn commit: r428990 - head/x11-toolkits/libgdiplus

David Naylor dbn at FreeBSD.org
Tue Dec 20 14:30:35 UTC 2016


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 at 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


More information about the svn-ports-all mailing list