summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-05-25 17:44:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-05-25 17:44:32 +0000
commit7f19125aca6ac408afcd890ca689977c257da50b (patch)
treece3fce2f67788c850059a85ca4e5d62b0151360f /x11-toolkits/gnustep-gui
parentFix Darklooks theme in which tooltips caused theming the break. (diff)
- Mark BROKEN on all versions: gsnd.m:30:23: warning: portaudio.h: No such file or directory
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=213656
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 991a0d2f2f67..8a98136baaf1 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -23,6 +23,8 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
+BROKEN= does not compile
+
RESTRICTED= GPL3
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
@@ -50,10 +52,6 @@ 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)