summaryrefslogtreecommitdiff
path: root/accessibility/ruby-atk
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-07-07 03:27:45 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-07-07 03:27:45 +0000
commit453bf8ce7a9a41a7b88a682a6c093bb243d1e404 (patch)
treead46b6ca88a3bfcf98ddb7f78ffa103e0cc8baa3 /accessibility/ruby-atk
parent- add regression-test (diff)
- Update to 0.16.0.20080706, it's more than 0.17 RC1.
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/} in the *_DEPENDS, that way it will finding correct file when I tweak the PREFIX. - NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
Notes
Notes: svn path=/head/; revision=216428
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r--accessibility/ruby-atk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile
index 6219dded6fb9..c600d253daed 100644
--- a/accessibility/ruby-atk/Makefile
+++ b/accessibility/ruby-atk/Makefile
@@ -8,7 +8,6 @@
PORTNAME= atk
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
-PORTREVISION= 1
CATEGORIES= accessibility devel ruby
MASTER_SITES= ${RUBY_GNOME_MASTER_SITES}
MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR}
@@ -19,7 +18,7 @@ DIST_SUBDIR= ruby
MAINTAINER= mezz@FreeBSD.org
COMMENT= Ruby binding for ATK
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
+RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2
USE_RUBY= yes
USE_GNOME= atk