aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recmpeg/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 13:44:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 13:44:13 +0000
commit7601bd2963030f21c6eab47ca10c9c70c9b20012 (patch)
treef779c6dd12ac811c59801657036f3b0c2d10f5e8 /multimedia/recmpeg/Makefile
parent13514c5444e3e51cb45709cfcb99c1dfedbaf767 (diff)
downloadports-7601bd2963030f21c6eab47ca10c9c70c9b20012.tar.gz
ports-7601bd2963030f21c6eab47ca10c9c70c9b20012.zip
Notes
Diffstat (limited to 'multimedia/recmpeg/Makefile')
-rw-r--r--multimedia/recmpeg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index 66c5aa9949be..64ccbdae049f 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -28,4 +28,10 @@ PLIST_FILES= bin/recmpeg
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Fails to link on ia64"
+.endif
+
+.include <bsd.port.post.mk>