aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-05-20 07:04:49 +0800
committerpav <pav@FreeBSD.org>2008-05-20 07:04:49 +0800
commit435cb8384b022005ed1915ccaf1fcd299cccb2e5 (patch)
tree050b178cd5425632b26d9af404921bafe4c79d62 /x11-toolkits
parentd68b0077afdcef2cbb681790db17548366f4151a (diff)
downloadfreebsd-ports-gnome-435cb8384b022005ed1915ccaf1fcd299cccb2e5.tar.gz
freebsd-ports-gnome-435cb8384b022005ed1915ccaf1fcd299cccb2e5.tar.zst
freebsd-ports-gnome-435cb8384b022005ed1915ccaf1fcd299cccb2e5.zip
- Mark BROKEN on 5.x
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 3523c474cc3b..991a0d2f2f67 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -48,6 +48,12 @@ MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
BREAKS_IF_PEDANTIC= yes
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= does not link
+.endif
+
.if defined(WITHOUT_GNUSTEP_FAKEMAIN)
.if !exists(/proc/curproc)
IGNORE= requires procfs mounted to build or run, for details see procfs(5)
@@ -89,4 +95,4 @@ pre-configure:
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>