aboutsummaryrefslogtreecommitdiff
path: root/audio/faad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-17 08:00:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-17 08:00:17 +0000
commitcfc8f90bcef40044d3af2c0ce66ba4760b01314d (patch)
treedf2c6702a1d742aeab58f75727c9197b283479ea /audio/faad
parent450357d255be5325f92c047ef6e998ef0de2c146 (diff)
downloadports-cfc8f90bcef40044d3af2c0ce66ba4760b01314d.tar.gz
ports-cfc8f90bcef40044d3af2c0ce66ba4760b01314d.zip
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index ee93f61e69ab..8b2e0089ee15 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -91,7 +91,7 @@ post-patch:
${REINPLACE_CMD} -e \
's|-O2|${CFLAGS}|'
post-install:
-.if defined(WITHOUT_MPEG4IP)
+.if defined(WITHOUT_MPEG4IP) && !defined(HAS_MP4V2)
@${INSTALL_DATA} ${WRKSRC}/common/mp4v2/systems.h ${PREFIX}/include
.endif