diff options
Diffstat (limited to 'accessibility/rubygem-atk/Makefile')
-rw-r--r-- | accessibility/rubygem-atk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile index 1a587322915c..bd860a240f89 100644 --- a/accessibility/rubygem-atk/Makefile +++ b/accessibility/rubygem-atk/Makefile @@ -1,5 +1,5 @@ PORTNAME= atk -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.3 CATEGORIES= accessibility rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake -RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-glib2 +RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-glib2 \ + rubygem-rake>=0:devel/rubygem-rake USES= gem gnome USE_GNOME= atk |