diff options
Diffstat (limited to 'graphics/pfstmo/Makefile')
-rw-r--r-- | graphics/pfstmo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index a867c4e73dbd..55fc70df9624 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Tone mapping operators -LIB_DEPENDS= libpfs-1.2.so:${PORTSDIR}/graphics/pfstools \ - libfftw3.so:${PORTSDIR}/math/fftw3 \ - libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libgsl.so:${PORTSDIR}/math/gsl +LIB_DEPENDS= libpfs-1.2.so:graphics/pfstools \ + libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float \ + libgsl.so:math/gsl PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib |