diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-11-08 17:43:09 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-11-08 17:43:09 +0000 |
commit | d7dcd2d2a843bfdb150b3206dc131629d6cebb12 (patch) | |
tree | 015085c908ea94d858ed10cbc3fdf6a7f20dd446 /textproc | |
parent | 91b83f02831bf94e736a860d58f1256c8ac3e565 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX-ExpatXS/Makefile b/textproc/p5-XML-SAX-ExpatXS/Makefile index f22ca69d4821..346eda2aa092 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 |