diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-05 18:24:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-05 18:24:50 +0800 |
commit | bcd0b55df6a8b2b6e36ad9d26e69dff0a20bc35e (patch) | |
tree | 23022203f15795795e0b7be4932be28b46c9d9d3 | |
parent | 9e9e51574d29405c05fec4f6732c967bdf31f133 (diff) | |
download | freebsd-ports-gnome-bcd0b55df6a8b2b6e36ad9d26e69dff0a20bc35e.tar.gz freebsd-ports-gnome-bcd0b55df6a8b2b6e36ad9d26e69dff0a20bc35e.tar.zst freebsd-ports-gnome-bcd0b55df6a8b2b6e36ad9d26e69dff0a20bc35e.zip |
Convert to USE_XORG
PR: ports/167087
Submitted by: bapt
Approved by: maintainer timeout (>14d)
-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 |