diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-07-01 07:33:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-07-01 07:33:19 +0000 |
commit | 7ad49965cba0cc43f892111e094f1c5bb3bb36f1 (patch) | |
tree | 2923d19d874839419e3ec084c4c7a5f4b1b98295 /textproc/ruby-xslt | |
parent | 510e62208ca0dfc7510a4041ba9f93b42aae845c (diff) | |
download | ports-7ad49965cba0cc43f892111e094f1c5bb3bb36f1.tar.gz ports-7ad49965cba0cc43f892111e094f1c5bb3bb36f1.zip |
Notes
Diffstat (limited to 'textproc/ruby-xslt')
-rw-r--r-- | textproc/ruby-xslt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile index 4c71c0d26ced..30fb9950b844 100644 --- a/textproc/ruby-xslt/Makefile +++ b/textproc/ruby-xslt/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= An XSLT processor in pure Ruby +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + xslt.2:${PORTSDIR}/textproc/libxslt + USE_RUBY= yes USE_RUBY_EXTCONF= yes |