diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-13 19:32:34 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-10-13 19:32:34 +0000 |
commit | bc3f26d04c880b3cffb5a8c986f06b6b68f09dbb (patch) | |
tree | f3140f6b4c08ca15889d7964a0c0e29a0dd252f4 /net | |
parent | - Update to 0.5.2 (diff) |
Add no support architectures information.
Reminded by: linimon
Notes
Notes:
svn path=/head/; revision=201424
Diffstat (limited to 'net')
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 10 |
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> |