diff options
author | pav <pav@FreeBSD.org> | 2004-05-10 17:24:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-10 17:24:21 +0800 |
commit | a61a4b5b20d09bd75f15f2456a319d7ef970c139 (patch) | |
tree | 6735dcec6b8f31c0007301ee6812450a525458ae /audio | |
parent | 8b536f0b00b5604abc9e69c430b92ead36f45e02 (diff) | |
download | freebsd-ports-gnome-a61a4b5b20d09bd75f15f2456a319d7ef970c139.tar.gz freebsd-ports-gnome-a61a4b5b20d09bd75f15f2456a319d7ef970c139.tar.zst freebsd-ports-gnome-a61a4b5b20d09bd75f15f2456a319d7ef970c139.zip |
- Avoid extract depend on faad now that it provides all required headers
PR: ports/66361
Submitted by: michael johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faac/Makefile | 4 |
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 |