diff options
author | knu <knu@FreeBSD.org> | 2003-11-20 20:42:40 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-20 20:42:40 +0000 |
commit | f58b1e6babb498711334b0d615c5e69a7eee3f71 (patch) | |
tree | f3eb7860880e116891c1fd0e435a6d6dc759104f /textproc | |
parent | b64e8fb9a22eb99873e36ac3a5f3f3e2aaa83a0f (diff) | |
download | FreeBSD-ports-f58b1e6babb498711334b0d615c5e69a7eee3f71.zip FreeBSD-ports-f58b1e6babb498711334b0d615c5e69a7eee3f71.tar.gz |
Add CONFLICTS.
Diffstat (limited to 'textproc')
-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 148540e..a4846fb 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 |