summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-01-16 11:35:22 +0000
committerdinoex <dinoex@FreeBSD.org>2006-01-16 11:35:22 +0000
commitbd7f5525d7eeff04fbd14eed1c664435a1885e05 (patch)
treea6c703d59f0f8ff3665ab260fa24623ce5992d20 /x11-toolkits
parente5baf3c29404b924bfab0ba2091130b8a51c456b (diff)
downloadFreeBSD-ports-bd7f5525d7eeff04fbd14eed1c664435a1885e05.zip
FreeBSD-ports-bd7f5525d7eeff04fbd14eed1c664435a1885e05.tar.gz
- Fix build for cairo backend
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-back/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 86d4d7c..eefe9be 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -56,6 +56,8 @@ PLIST_SUB+= USE_XLIB="@comment "
BACK_SUFFIX?= -art
CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* gunstep-back-cairo-0.*
.elif defined(WITH_GNUSTEP_CAIRO)
+CFLAGS+= -I${LOCALBASE}/include/freetype2
+LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo
OpenPOWER on IntegriCloud