- fix MESSAGE
- remove an XXX
This commit is contained in:
parent
d953bdb03b
commit
91b08090b4
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/12/23 15:25:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2009/03/05 07:45:33 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNUstep gui backend
|
||||
|
||||
V= 0.16.0
|
||||
DISTNAME= gnustep-back-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
# XXX
|
||||
BACKENDV= ${V:C/([0-9])*[.]([0-9]*).*/\1\2/1}
|
||||
SUBST_VARS= BACKENDV
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
To switch the default backend in GNUstep to the corresponding FLAVOR,
|
||||
enter one of these lines:
|
||||
enter one of the following:
|
||||
|
||||
* cairo:
|
||||
defaults write NSGlobalDomain GSBackend libgnustep-cairo-${BACKENDV}
|
||||
defaults write NSGlobalDomain GSBackend cairo
|
||||
|
||||
* libart:
|
||||
defaults write NSGlobalDomain GSBackend libgnustep-art-${BACKENDV}
|
||||
defaults write NSGlobalDomain GSBackend art
|
||||
|
||||
* xlib:
|
||||
defaults write NSGlobalDomain GSBackend libgnustep-back-${BACKENDV}
|
||||
defaults write NSGlobalDomain GSBackend back
|
||||
|
Loading…
x
Reference in New Issue
Block a user