diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-19 15:57:37 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-19 15:57:37 +0000 |
commit | 40e9f7052c90e705ae89098586047996410e7e1e (patch) | |
tree | d00b0669b904bdc85dd39088fe1d6453818ccf36 /lang/ruby_static | |
parent | b58e0621f4b05d3de20ba6dc2598bbdc548d3eff (diff) | |
download | ports-40e9f7052c90e705ae89098586047996410e7e1e.tar.gz ports-40e9f7052c90e705ae89098586047996410e7e1e.zip |
Notes
Diffstat (limited to 'lang/ruby_static')
-rw-r--r-- | lang/ruby_static/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 680dc1f6dfec..1c5afd093bda 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -25,8 +25,7 @@ RUBY_VER?= 1.6 # Beware, because gdbm is under GPL, you must treat the whole binary # as GPL says if you include gdbm in it. -EXT_PORTS= archivers/ruby-zlib \ - databases/ruby-bdb1 +EXT_PORTS= databases/ruby-bdb1 _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} |