summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-19 23:04:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-19 23:04:49 +0000
commitbc3a8210d9b11324022c347d981e6f181630d0ca (patch)
treea29c628338d62b57c524a7587e2182188d31b1db /x11-toolkits/gnustep-gui
parentStyle fix, $FreeBSD$ line is a comment, so add a leading '#'. (diff)
- Mark BROKEN on 5.x
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=213362
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-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>