diff options
author | knu <knu@FreeBSD.org> | 2001-12-26 06:30:29 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-12-26 06:30:29 +0000 |
commit | 2b9db12b4b71db9de54feab82fb8559afed67890 (patch) | |
tree | 15b81a7c0321f2fc40bb3e936ddfdd650b4296bd /lang/ruby16_static | |
parent | 13e6a533a52dd557743bf07ece8503f3244db6dc (diff) | |
download | FreeBSD-ports-2b9db12b4b71db9de54feab82fb8559afed67890.zip FreeBSD-ports-2b9db12b4b71db9de54feab82fb8559afed67890.tar.gz |
Remove ruby-syslog from here too.
Submitted by: olgeni
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r-- | lang/ruby16_static/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index cff07f8..8b0fffe 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} |