diff options
author | knu <knu@FreeBSD.org> | 2004-07-01 15:33:19 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-07-01 15:33:19 +0800 |
commit | fbda640736c020e54d65c93613bf9bec8f0e2875 (patch) | |
tree | aa6b7947821d199c221bb6871c62b7c271a77bc1 | |
parent | 6ec8405a67ff51b31a173bd962d9263c17aa5863 (diff) | |
download | freebsd-ports-graphics-fbda640736c020e54d65c93613bf9bec8f0e2875.tar.gz freebsd-ports-graphics-fbda640736c020e54d65c93613bf9bec8f0e2875.tar.zst freebsd-ports-graphics-fbda640736c020e54d65c93613bf9bec8f0e2875.zip |
D'oh, I forgot to add LIB_DEPENDS...
-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 4c71c0d26ce..30fb9950b84 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 |