diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-06 01:55:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-06 01:55:45 +0800 |
commit | 47824f03461de74c2afcd078f4e1698d2eba962f (patch) | |
tree | 4390b72b48e64f2ccbbb9dfa0cdde62372972f2f /textproc/p5-XML-LibXSLT | |
parent | de265e05d0a2e08d0467aba24d8b604228d0c516 (diff) | |
download | freebsd-ports-graphics-47824f03461de74c2afcd078f4e1698d2eba962f.tar.gz freebsd-ports-graphics-47824f03461de74c2afcd078f4e1698d2eba962f.tar.zst freebsd-ports-graphics-47824f03461de74c2afcd078f4e1698d2eba962f.zip |
- Cleanup Makefile
Diffstat (limited to 'textproc/p5-XML-LibXSLT')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 5d3561733fc..6171e86721a 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -22,8 +22,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib USES= perl5 USE_PERL5= configure -#CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ -# LIBS="-L${LOCALBASE}/lib" MAN3= XML::LibXSLT.3 |