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 | |
parent | Add p5-POE-Component-SNMP 0.92, event-driven SNMP interface. (diff) |
Mark broken if older version of faad has been installed with WITHOUT_MPEG4IP
Reviewed by: lioux
Notes
Notes:
svn path=/head/; revision=121304
-rw-r--r-- | multimedia/mp4v2/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mpeg4ip-libmp4v2/Makefile | 4 |
2 files changed, 8 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 diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile index 4caf08542066..6bc32d9e30a3 100644 --- a/multimedia/mpeg4ip-libmp4v2/Makefile +++ b/multimedia/mpeg4ip-libmp4v2/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 |