diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:46:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:46:10 +0000 |
commit | 3d3311032720fe2b5e01c9d6ba78925eacad9f1f (patch) | |
tree | 9e95950f2836960624aee2b522902caf2ed4db36 /x11-toolkits/gnustep-back | |
parent | a1117ed6197d75f83de39b3df91cd923d018781f (diff) | |
download | ports-3d3311032720fe2b5e01c9d6ba78925eacad9f1f.tar.gz ports-3d3311032720fe2b5e01c9d6ba78925eacad9f1f.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 70c7faa779c6..45688a8e7de8 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -61,14 +61,13 @@ 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_lgpl -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo +CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= BACK=cairo-${BACKVERSION} PLIST_SUB+= USE_XLIB="@comment " BACK_SUFFIX?= -cairo CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* gunstep-back-art-0.* -BROKEN= needs new cairo .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back CONFIGURE_ARGS+= --disable-glitz |