diff options
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/Makefile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 749dd5b5a4b..2d06420f31e 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Authen::SASL::Cyrus.3 diff --git a/textproc/p5-XML-SAX-ExpatXS/Makefile b/textproc/p5-XML-SAX-ExpatXS/Makefile index f22ca69d482..346eda2aa09 100644 --- a/textproc/p5-XML-SAX-ExpatXS/Makefile +++ b/textproc/p5-XML-SAX-ExpatXS/Makefile @@ -20,8 +20,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lexpat" \ - </dev/null +CONFIGURE_ARGS= EXPATLIBPATH=${LOCALBASE}/lib EXPATINCPATH=${LOCALBASE}/include MAN3= XML::SAX::ExpatXS.3 XML::SAX::ExpatXS::Encoding.3 |