diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-26 06:30:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-12-26 06:30:29 +0000 |
commit | 62cf21dd56eecec1aa4935d2383cfd0292632cd5 (patch) | |
tree | 5033c615d6741ee3e0d2680fbd6ea11bc4577281 | |
parent | 0e93820f7795a2f134a8f74a5ee6b7d070440114 (diff) | |
download | ports-62cf21dd56eecec1aa4935d2383cfd0292632cd5.tar.gz ports-62cf21dd56eecec1aa4935d2383cfd0292632cd5.zip |
Notes
-rw-r--r-- | lang/ruby16_static/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index cff07f8301cc..8b0fffe75c24 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -22,8 +22,7 @@ USE_AUTOCONF= yes # Beware, because gdbm is under GPL, you must treat the whole binary # as GPL says. EXT_PORTS= archivers/ruby-zlib \ - devel/ruby-strscan \ - sysutils/ruby-syslog + devel/ruby-strscan _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index cff07f8301cc..8b0fffe75c24 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -22,8 +22,7 @@ USE_AUTOCONF= yes # Beware, because gdbm is under GPL, you must treat the whole binary # as GPL says. EXT_PORTS= archivers/ruby-zlib \ - devel/ruby-strscan \ - sysutils/ruby-syslog + devel/ruby-strscan _PORTSDIR= ${.CURDIR}/../.. _RUBY_PORTDIR= ${_PORTSDIR}/${RUBY_PORT} |