aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recmpeg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-22 02:20:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-22 02:20:00 +0000
commit900dfa479e53e75bba1697fbdc85ebc141e7b793 (patch)
treea0d5f2caf8fd80becd617fe11026fb8f24178a17 /multimedia/recmpeg
parenta0d28dee8589796809b6cde8ecc126f22e6deaac (diff)
downloadports-900dfa479e53e75bba1697fbdc85ebc141e7b793.tar.gz
ports-900dfa479e53e75bba1697fbdc85ebc141e7b793.zip
Now builds on i386
Notes
Notes: svn path=/head/; revision=124775
Diffstat (limited to 'multimedia/recmpeg')
-rw-r--r--multimedia/recmpeg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index c945d0961d3e..64ccbdae049f 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -30,8 +30,8 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "i386"
-BROKEN= "Fails to link on ia64 or i386"
+.if ${ARCH} == "ia64"
+BROKEN= "Fails to link on ia64"
.endif
.include <bsd.port.post.mk>