diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-16 11:35:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-16 11:35:22 +0000 |
commit | 8c84852af2e084bfef09970a49fbcfac31a931d6 (patch) | |
tree | 296bdb6f0764b4fa9bdfbcec197aa61a2a8347e3 /x11-toolkits/gnustep-back | |
parent | 0ea03be2106ffe9a835bef045c7817f6cf05f36b (diff) | |
download | ports-8c84852af2e084bfef09970a49fbcfac31a931d6.tar.gz ports-8c84852af2e084bfef09970a49fbcfac31a931d6.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 86d4d7c56b6c..eefe9becbdb6 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 |