summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/DarwinStreamingServer/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile
index 9ef39f9e6313..ce9c61e772f1 100644
--- a/net/DarwinStreamingServer/Makefile
+++ b/net/DarwinStreamingServer/Makefile
@@ -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>