diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-20 20:42:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-20 20:42:40 +0000 |
commit | f9dfd4984e2de68adcb2f333bca8216d70e5a3e2 (patch) | |
tree | 01724b1757b7c2f31a1a43b602ed606d8678f898 /textproc/ruby-rss | |
parent | f017f2072ab940f0cf1046a43ec21e6410bf43ef (diff) | |
download | ports-f9dfd4984e2de68adcb2f333bca8216d70e5a3e2.tar.gz ports-f9dfd4984e2de68adcb2f333bca8216d70e5a3e2.zip |
Notes
Diffstat (limited to 'textproc/ruby-rss')
-rw-r--r-- | textproc/ruby-rss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ruby-rss/Makefile b/textproc/ruby-rss/Makefile index 148540edbdf0..a4846fb3a1d1 100644 --- a/textproc/ruby-rss/Makefile +++ b/textproc/ruby-rss/Makefile @@ -19,6 +19,8 @@ COMMENT= Ruby library for parsing, creating, downloading, and caching RSS RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser +CONFLICTS= ruby-rss.alt-* + USE_RUBY= yes NO_BUILD= yes |