1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark BROKEN on all versions: gsnd.m:30:23: warning: portaudio.h: No such file or directory

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-05-25 17:44:32 +00:00
parent 97d4ed3aa2
commit 7f19125aca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213656

View File

@ -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)