diff options
Diffstat (limited to 'textproc/p5-XML-LibXSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 8570a7e064ea..1bb630894393 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -14,12 +14,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS:= ${BUILD_DEPENDS} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 -USE_GNOME= libxml2 libxslt USE_PERL5= configure .include <bsd.port.mk> |