1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add no support architectures information.

Reminded by:	linimon
This commit is contained in:
Norikatsu Shigemura 2007-10-13 19:32:34 +00:00
parent e164aa0d15
commit bc3f26d04c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201424

View File

@ -20,6 +20,8 @@ COMMENT= Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
NOT_FOR_ARCHS= ia64 sparc64
USE_PERL5= yes
USE_RC_SUBR= streamingadminserver.sh darwin_streaming_server.sh
SUB_LIST+= PERL=${PERL}
@ -135,10 +137,4 @@ do-install:
@(cd ${WRKSRC}/${OPSYS}; ${SETENV} ${MAKE_ENV} ./Install)
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>