diff options
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 5 |
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 |