diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2006-02-19 23:31:00 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2006-02-19 23:31:00 +0000 |
commit | a4246d9329a2a096e467b5fbc416b62df4c0bd92 (patch) | |
tree | 0e97f0d06aefe002927bee41f1c6f3e16fe4f60d /deskutils/gemcal | |
parent | 89182e000d784022c163cd3ee7de3ea1d739c202 (diff) | |
download | ports-a4246d9329a2a096e467b5fbc416b62df4c0bd92.tar.gz ports-a4246d9329a2a096e467b5fbc416b62df4c0bd92.zip |
Notes
Diffstat (limited to 'deskutils/gemcal')
-rw-r--r-- | deskutils/gemcal/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/deskutils/gemcal/Makefile b/deskutils/gemcal/Makefile index d62526c09f3a..1e3e6de9c990 100644 --- a/deskutils/gemcal/Makefile +++ b/deskutils/gemcal/Makefile @@ -16,8 +16,6 @@ COMMENT= Calendar program for MHC RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk -BROKEN= Does not build - USE_RUBY= yes do-build: diff --git a/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in b/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in new file mode 100644 index 000000000000..86de464c84de --- /dev/null +++ b/deskutils/gemcal/files/patch-ruby-ext_extconf.rb.in @@ -0,0 +1,14 @@ +*** ruby-ext/extconf.rb.in.orig Thu Nov 21 09:04:16 2002 +--- ruby-ext/extconf.rb.in Mon Feb 20 08:26:42 2006 +*************** +*** 1,7 **** +--- 1,9 ---- + #!@@MHC_RUBY_PATH@@ -Ke + # -*- ruby -*- + ++ if '@@MHC_DISABLE_PALM@@' == '' + require 'mkmf' ++ end + + ################################################################ + # crate make file. |