diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 13:15:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-10 13:15:56 +0000 |
commit | 16b906cc9e09aa07f096f4ac487ec9317b3d71d4 (patch) | |
tree | 493f67a9bd28c093297faf4ae7fe4c92002fe003 /multimedia/mp4v2/Makefile | |
parent | 52eedbcf74f9bda483e5c45113400246b1a24796 (diff) | |
download | ports-16b906cc9e09aa07f096f4ac487ec9317b3d71d4.tar.gz ports-16b906cc9e09aa07f096f4ac487ec9317b3d71d4.zip |
Notes
Diffstat (limited to 'multimedia/mp4v2/Makefile')
-rw-r--r-- | multimedia/mp4v2/Makefile | 4 |
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 |