aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 05:30:05 +0800
committerkris <kris@FreeBSD.org>2005-03-27 05:30:05 +0800
commitc4d7d66612cd119a8c32a29239478fc65528107f (patch)
tree2e3b35c305aaad2c9eccc8e93f034444d63d67c1
parent939e7b1106f975ce9e5573060f68eb91c131daf4 (diff)
downloadfreebsd-ports-graphics-c4d7d66612cd119a8c32a29239478fc65528107f.tar.gz
freebsd-ports-graphics-c4d7d66612cd119a8c32a29239478fc65528107f.tar.zst
freebsd-ports-graphics-c4d7d66612cd119a8c32a29239478fc65528107f.zip
BROKEN on ia64 and sparc64: Does not build
Approved by: portmgr (self)
-rw-r--r--audio/amrcoder/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/amrcoder/Makefile b/audio/amrcoder/Makefile
index 95942b3857e..61b4aa4a59e 100644
--- a/audio/amrcoder/Makefile
+++ b/audio/amrcoder/Makefile
@@ -17,4 +17,10 @@ COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org)
MAN1= amrdecoder.1 amrencoder.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not build on ia64 or sparc64"
+.endif
+
+.include <bsd.port.post.mk>
t.cgi/freebsd-ports-gnome/commit/www/ismail?id=d0cd06aff65fc256082ca091380ca160b95e83f3'>Convert to new options frameworkbapt2012-10-061-28/+12 * Fix MASTER_SITESaz2012-04-181-1/+1 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 * Switch master site to new locationaz2009-06-041-1/+1 * - install in WWWDIRitetcu2008-06-28