summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-10 09:24:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-10 09:24:21 +0000
commit4036adf0c1c9db19bada593d5693e14deb79a476 (patch)
tree31a3222048c0070ef4d22c462728a00d9b4962fb /audio/faac
parent- Fix typo in PORTREVISION (diff)
- Avoid extract depend on faad now that it provides all required headers
PR: ports/66361 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Notes
Notes: svn path=/head/; revision=108815
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index d858b3e0da8c..448fea97dc8c 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= faac
MAINTAINER= ahze@ahze.net
COMMENT= FAAC is an AAC audio encoder
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/audio/faad:extract
LIB_DEPENDS= faad.0:${PORTSDIR}/audio/faad
NO_PACKAGE= Distribution in binary form is prohibited
@@ -27,8 +26,7 @@ USE_GMAKE= yes
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
- -I${WRKDIR}/../../../audio/faad/work/faad2/common/mp4v2" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes