diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-25 02:28:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-25 02:28:01 +0800 |
commit | c04f7bb691a580ac5a97b1a97f0bd1d7222dd736 (patch) | |
tree | a4df1afae0382634866b9c0a6a40600e9b236647 /audio | |
parent | 2a43c5ceb8de35e3d8d18104e7a1fccc92e6fde8 (diff) | |
download | freebsd-ports-gnome-c04f7bb691a580ac5a97b1a97f0bd1d7222dd736.tar.gz freebsd-ports-gnome-c04f7bb691a580ac5a97b1a97f0bd1d7222dd736.tar.zst freebsd-ports-gnome-c04f7bb691a580ac5a97b1a97f0bd1d7222dd736.zip |
Support staging
Respect PREFIX
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aacplusenc/Makefile | 8 |
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 |