diff options
author | arved <arved@FreeBSD.org> | 2006-04-10 05:21:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-04-10 05:21:29 +0800 |
commit | 68027d2b8387ec28ee0eebfa7282a0741b6ec8f4 (patch) | |
tree | f7ca180585969f5883a54d38c699cbaadf9307a4 /audio/shoutcast/Makefile | |
parent | 88265591f31db50bad4a6f1840c5e8c33cb7f033 (diff) | |
download | freebsd-ports-gnome-68027d2b8387ec28ee0eebfa7282a0741b6ec8f4.tar.gz freebsd-ports-gnome-68027d2b8387ec28ee0eebfa7282a0741b6ec8f4.tar.zst freebsd-ports-gnome-68027d2b8387ec28ee0eebfa7282a0741b6ec8f4.zip |
amd64 and ia64 machines can run i386 binaries
portlint
PR: 95510
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Diffstat (limited to 'audio/shoutcast/Makefile')
-rw-r--r-- | audio/shoutcast/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 98acf79c0665..01bce6d890cf 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -13,15 +13,14 @@ MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-5/ MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Nullsoft's streaming audio server (binary port) -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 ia64 NO_BUILD= YES -NO_PACKAGE= "Redistribution of the software isn\'t allowed" +NO_PACKAGE= Redistribution of the software isn\'t allowed USE_RC_SUBR= shoutcast.sh PLIST_FILES= sbin/sc_serv etc/shoutcast/sc_serv.conf.sample PLIST_DIRS= etc/shoutcast PORTDOCS= README.TXT -USE_REINPLACE= YES SUB_FILES= pkg-message @@ -35,7 +34,7 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .elif ${OSVERSION} >= 400000 DISTNAME= ${PORTNAME}-1-9-5-freebsd4-elf .else -BROKEN= "unsupported FreeBSD version" +BROKEN= unsupported FreeBSD version .endif post-patch: |