summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 10:24:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-05 10:24:50 +0000
commit8680467d0d50464c429f4fbcdfed3ebeb27ac4b8 (patch)
treea3f675f559ec9e1842b4ebfdc171d2cdb5bb213f
parentRemove some useless use of USE_XLIB and convert the rest to USE_XORG (diff)
Convert to USE_XORG
PR: ports/167087 Submitted by: bapt Approved by: maintainer timeout (>14d)
Notes
Notes: svn path=/head/; revision=296039
-rw-r--r--x11-toolkits/libgdiplus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile
index f7c30508f9e6..01c16f14ee52 100644
--- a/x11-toolkits/libgdiplus/Makefile
+++ b/x11-toolkits/libgdiplus/Makefile
@@ -16,14 +16,15 @@ COMMENT= GDI+ API for System.Windows.Forms in Mono
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
gif.5:${PORTSDIR}/graphics/giflib \
- png.6:${PORTSDIR}/graphics/png
+ png.6:${PORTSDIR}/graphics/png \
+ cairo.2:${PORTSDIR}/graphics/cairo
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack glib20
USE_GMAKE= yes
-USE_XLIB= yes
USE_LDCONFIG= yes
+USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib