diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /graphics/gimp-focusblur-plugin | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) |
Notes
Diffstat (limited to 'graphics/gimp-focusblur-plugin')
-rw-r--r-- | graphics/gimp-focusblur-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index ae3a1f320e53..d884f1f19c60 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= focusblur PORTVERSION= 3.2.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- @@ -15,7 +16,7 @@ PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp realistic focus blur plugin -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ gimp-2.0:${PORTSDIR}/graphics/gimp-app LICENSE= GPLv2 |