diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-05 09:06:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-05 09:06:17 +0000 |
commit | 46ce9b21a3308230eb3c7821516af7ccc044bb41 (patch) | |
tree | 1fed870709099652b67478692f388d7a3a4dbcc4 | |
parent | f0185f44da4a17cc6d398394c391be25ae0fae43 (diff) | |
download | ports-46ce9b21a3308230eb3c7821516af7ccc044bb41.tar.gz ports-46ce9b21a3308230eb3c7821516af7ccc044bb41.zip |
Notes
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 83b60fcc010e..f304d58bb2d5 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include -#CPPFLAGS+= -I${LOCALBASE}/include/freetype2 CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" USE_GMAKE= yes USE_GNUSTEP= yes @@ -57,9 +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) -BROKEN= the cairo version in the ports is too old LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -LIB_DEPENDS+= cairo.1:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= cairo.3:${PORTSDIR}/graphics/cairo CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo PLIST_SUB+= BACK=cairo-${BACKVERSION} PLIST_SUB+= USE_XLIB="@comment " |