summaryrefslogtreecommitdiff
path: root/x11/gnustep-app
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-19 07:03:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-19 07:03:04 +0000
commitd43a2409018837ab0a920a97a717b5af3ccafe90 (patch)
treee1e77cd216e022ab2bb705250f544d5db258f704 /x11/gnustep-app
parentAdd sqlitemanager 1.2.0, a multilingual web based tool to manage SQLite (diff)
- new option WITH_GNUSTEP_SINGLE_BACKEND
Notes
Notes: svn path=/head/; revision=180123
Diffstat (limited to 'x11/gnustep-app')
-rw-r--r--x11/gnustep-app/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile
index 8e57f2f1f175..b3e31848586c 100644
--- a/x11/gnustep-app/Makefile
+++ b/x11/gnustep-app/Makefile
@@ -23,8 +23,11 @@ USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BACK= yes
+.if !defined(WITH_GNUSTEP_SINGLE_BACKEND)
USE_GNUSTEP_XLIB= yes
USE_GNUSTEP_LIBART= yes
+USE_GNUSTEP_CAIRO= yes
+.endif
USE_GNUSTEP_SYSTEM_LIBS+= \
ScriptKit:lang/gnustep-guile \