diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-24 17:15:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-24 17:15:26 +0000 |
commit | 0bc842bf87e2c42a915ac0eddfd1775ed5245406 (patch) | |
tree | 272d7c3947465bfeca8c0f119095adaf33478414 /x11-toolkits | |
parent | - Do not fail with error in pre-fetch target on unsupported architectures. [1] (diff) |
- disable glitz by default
Reported by: Andriy Gapon
Notes
Notes:
svn path=/head/; revision=146270
Diffstat (limited to 'x11-toolkits')
-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 f42d69f64f25..b9dae978f832 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -43,6 +43,7 @@ BREAKS_IF_PEDANTIC= yes .if defined(WITH_GNUSTEP_XDPS) CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps +CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= BACK=xdps-${BACKVERSION} PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment " BACK_SUFFIX?= -xdps @@ -59,6 +60,7 @@ BACK_SUFFIX?= -art CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back +CONFIGURE_ARGS+= --disable-glitz PLIST_SUB+= BACK=back-${BACKVERSION} PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment " CONFLICTS?= gunstep-back-xdps-0.* gunstep-back-art-0.* |