From fbda640736c020e54d65c93613bf9bec8f0e2875 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 1 Jul 2004 07:33:19 +0000 Subject: D'oh, I forgot to add LIB_DEPENDS... --- textproc/ruby-xslt/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit