diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-26 07:01:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-26 07:01:18 +0000 |
commit | ea4a3abfa10f173b9dfc70693250dc2c62be2b03 (patch) | |
tree | 8129abe89c13755355e5ac5a30b646f8c7fce43d /x11-toolkits | |
parent | ca5099701a280b95553dc082257e513da01a6470 (diff) | |
download | ports-ea4a3abfa10f173b9dfc70693250dc2c62be2b03.tar.gz ports-ea4a3abfa10f173b9dfc70693250dc2c62be2b03.zip |
- mark BROKEN
xdps is no longer supported by xorg version 6.9.0 and above
Notes
Notes:
svn path=/head/; revision=154486
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 48f4a2873a8c..1ac3d586e989 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -88,6 +88,17 @@ ADDITIONAL_LDFLAGS+= -L/usr/lib -lcipher MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}" .endif +.if defined(WITH_GNUSTEP_XDPS) +.if ${X_WINDOW_SYSTEM:L} == xorg +XORG_LIBRARIES_PORT!= (cd ${PORTSDIR}/${GNUSTEP_GUI_PORT} && make -V X_LIBRARIES_PORT) +XORG_PORTVERSION!= (cd ${XORG_LIBRARIES_PORT} && make -V PORTVERSION) +XORG_VERSION= ${XORG_PORTVERSION:S=.==g} +.if ${XORG_VERSION} >= 690 +BROKEN= xdps is no longer supported by xorg version 6.9.0 and above +.endif +.endif +.endif + pre-configure: .for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Library/Makefiles/${file} ${WRKSRC} |