diff options
author | nork <nork@FreeBSD.org> | 2007-10-14 03:32:34 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-10-14 03:32:34 +0800 |
commit | b26b52205978a885ba1724624b7e18502a0625ae (patch) | |
tree | 32f5a356d9493a1179ceb623581e1f1e874d5e9b /net | |
parent | 49a11fcc2b6b545630a94f4e027bba1f6c8681d4 (diff) | |
download | freebsd-ports-gnome-b26b52205978a885ba1724624b7e18502a0625ae.tar.gz freebsd-ports-gnome-b26b52205978a885ba1724624b7e18502a0625ae.tar.zst freebsd-ports-gnome-b26b52205978a885ba1724624b7e18502a0625ae.zip |
Add no support architectures information.
Reminded by: linimon
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> |