aboutsummaryrefslogtreecommitdiff
path: root/audio/aacplusenc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-24 18:28:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-24 18:28:01 +0000
commitbf23594bee0f4598395671ef969fd5a821be1889 (patch)
treea4df1afae0382634866b9c0a6a40600e9b236647 /audio/aacplusenc
parentc18c08e3267997cf3950de3fbf3aad0229ee110d (diff)
Notes
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r--audio/aacplusenc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile
index 2cb01f5aa3fd..f0a8234b890e 100644
--- a/audio/aacplusenc/Makefile
+++ b/audio/aacplusenc/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://ppa.launchpad.net/teknoraver/ppa/ubuntu/pool/main/a/aacplus
DISTFILES= ${DISTNAME:S,-,_,}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An aacPlus v2 command-line encoder
+COMMENT= AacPlus v2 command-line encoder
USES= gmake
@@ -17,13 +17,13 @@ RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensin
CONFLICTS= libaacplus-[0-9]*
PLIST_FILES= bin/aacplusenc
-NO_STAGE= yes
+MAKE_ARGS+= INSTDIR=${STAGEDIR}${PREFIX}
.if defined(WITHOUT_FFTW3)
MAKE_ARGS+= NOFFTW3=1
.else
-LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float \
- fftw3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float \
+ libfftw3.so:${PORTSDIR}/math/fftw3
CFLAGS+= -I${LOCALBASE}/include
.endif