aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mp4v2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-10 13:15:56 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-10 13:15:56 +0000
commit16b906cc9e09aa07f096f4ac487ec9317b3d71d4 (patch)
tree493f67a9bd28c093297faf4ae7fe4c92002fe003 /multimedia/mp4v2
parent52eedbcf74f9bda483e5c45113400246b1a24796 (diff)
downloadports-16b906cc9e09aa07f096f4ac487ec9317b3d71d4.tar.gz
ports-16b906cc9e09aa07f096f4ac487ec9317b3d71d4.zip
Notes
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r--multimedia/mp4v2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile
index 4caf08542066..6bc32d9e30a3 100644
--- a/multimedia/mp4v2/Makefile
+++ b/multimedia/mp4v2/Makefile
@@ -28,6 +28,10 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/mp4v2
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/include/systems.h)
+BROKEN= "Please remove older version of faad before attempting to build ${PORTNAME}"
+.endif
+
.if ${OSVERSION} < 502110
USE_GCC= 3.4
.endif