diff options
Diffstat (limited to 'x11-toolkits/libgdiplus/Makefile')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index c00d621b9adf..8892a673809a 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgdiplus PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/ @@ -17,13 +17,15 @@ COMMENT= GDI+ API for System.Windows.Forms in Mono LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_GNOME= gnomehack gnometarget glib20 USE_GMAKE= yes -INSTALLS_SHLIB= yes -USE_XLIB= yes +USE_XORG= x11 xrender +USE_LDCONFIG= yes LIBTOOLFILES= configure cairo/configure USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |