diff options
author | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
commit | bb772f0708cb3de3285f92d38b56f2fdc0d03c2a (patch) | |
tree | cd6dfd8517052ef2a480aeb8ec42bbb255957f3e /x11-toolkits | |
parent | fd2b8eb99629289a80ba0030627944e10425097a (diff) | |
download | freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.gz freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.zst freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.zip |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 3e2955c90b24..02d64d758b9b 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -85,12 +85,6 @@ ADDITIONAL_LDFLAGS+= -L${TARGLIB} MAKE_FLAGS+= messages=yes PLIST_SUB+= BACKVERSION=${PORTVERSION:C/([0-9])*[.]([0-9]*).*/\1\2/1} -.if defined(WITH_GNUSTEP_XDPS) -.if ${X_WINDOW_SYSTEM:L} == "xfree86-4" -BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-4 -.endif -.endif - pre-configure: .for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Library/Makefiles/${file} ${WRKSRC} |