diff options
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.* |