aboutsummaryrefslogtreecommitdiff
path: root/audio/aacplusenc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/aacplusenc
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r--audio/aacplusenc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile
index 7728a2aed59b..864148cd99c8 100644
--- a/audio/aacplusenc/Makefile
+++ b/audio/aacplusenc/Makefile
@@ -25,8 +25,8 @@ PLIST_FILES= bin/aacplusenc
MAKE_ARGS+= INSTDIR=${STAGEDIR}${PREFIX}
FFTW3_MAKE_ARGS_OFF= NOFFTW3=1
-FFTW3_LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \
- libfftw3.so:${PORTSDIR}/math/fftw3
+FFTW3_LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
+ libfftw3.so:math/fftw3
FFTW3_CFLAGS= -I${LOCALBASE}/include
WRKSRC= ${WRKDIR}/${PORTNAME}