diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-31 18:55:28 +0000 |
commit | c39b5cc9b579584ccac3494cd5bf01fdb9a33004 (patch) | |
tree | 8fea1fb9aab75b14a2350a4a612112b5fd05268a /textproc/ruby-xmlconfigfile | |
parent | b23aecf8c6724d894dc07cb831478e54b8ab30f9 (diff) | |
download | ports-c39b5cc9b579584ccac3494cd5bf01fdb9a33004.tar.gz ports-c39b5cc9b579584ccac3494cd5bf01fdb9a33004.zip |
Notes
Diffstat (limited to 'textproc/ruby-xmlconfigfile')
-rw-r--r-- | textproc/ruby-xmlconfigfile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-xmlconfigfile/Makefile b/textproc/ruby-xmlconfigfile/Makefile index 38de56ce1bfe..916b485c1907 100644 --- a/textproc/ruby-xmlconfigfile/Makefile +++ b/textproc/ruby-xmlconfigfile/Makefile @@ -16,11 +16,10 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby module for easy handling of XML configuration files -RUN_DEPENDS= ${RUBY_SITELIBDIR}/rexml/document.rb:${PORTSDIR}/textproc/ruby-rexml - USE_ZIP= yes USE_RUBY= yes +USE_RUBY_FEATURES= rexml USE_RUBY_SETUP= yes RUBY_SETUP= install.rb |