diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/gimp-refocus-plugin/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'graphics/gimp-refocus-plugin/Makefile')
-rw-r--r-- | graphics/gimp-refocus-plugin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 525709891124..5d908056d52e 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -14,8 +14,8 @@ COMMENT= GIMP plugin to "refocus" images through FIR Wiener filtering LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app OPTIONS_DEFINE= ATLAS DOCS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS @@ -46,10 +46,10 @@ post-patch: # math/atlas library .if ${PORT_OPTIONS:MATLAS} BUILD_DEPENDS+= \ - ${LOCALBASE}/include/f2c.h:${PORTSDIR}/lang/f2c \ - ${LOCALBASE}/include/clapack.h:${PORTSDIR}/math/atlas + ${LOCALBASE}/include/f2c.h:lang/f2c \ + ${LOCALBASE}/include/clapack.h:math/atlas RUN_DEPENDS+= \ - ${LOCALBASE}/include/clapack.h:${PORTSDIR}/math/atlas + ${LOCALBASE}/include/clapack.h:math/atlas CONFIGURE_ARGS+= --with-lapack-libs="-L${LOCALBASE}/lib -latlas -lblas -lcblas -llapack" \ --with-lapack-includes="-I${LOCALBASE}/include" |