diff options
Diffstat (limited to 'graphics/gimp-wavelet-denoise-plugin/Makefile')
-rw-r--r-- | graphics/gimp-wavelet-denoise-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-wavelet-denoise-plugin/Makefile b/graphics/gimp-wavelet-denoise-plugin/Makefile index 85a4acc65da1..90ff073a5ff9 100644 --- a/graphics/gimp-wavelet-denoise-plugin/Makefile +++ b/graphics/gimp-wavelet-denoise-plugin/Makefile @@ -15,8 +15,8 @@ COMMENT= GIMP plugin to reduce noise in each channel of an image separately LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -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 USES= gettext gmake pkgconfig |