diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-07 11:27:45 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-07 11:27:45 +0800 |
commit | e3cf19f9d23cc3a6e100d8e9e663e836a66badae (patch) | |
tree | fe0754ec6a6dfe655b036b679f7105a967b36a26 /accessibility/ruby-atk | |
parent | 82a4f33020bd51f6aecf5929d8b12e2864530b53 (diff) | |
download | freebsd-ports-gnome-e3cf19f9d23cc3a6e100d8e9e663e836a66badae.tar.gz freebsd-ports-gnome-e3cf19f9d23cc3a6e100d8e9e663e836a66badae.tar.zst freebsd-ports-gnome-e3cf19f9d23cc3a6e100d8e9e663e836a66badae.zip |
- 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.
Diffstat (limited to 'accessibility/ruby-atk')
-rw-r--r-- | accessibility/ruby-atk/Makefile | 3 |
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 |