svn commit: r326428 - head/textproc/p5-XML-LibXSLT

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 5 17:55:46 UTC 2013


Author: sunpoet
Date: Thu Sep  5 17:55:45 2013
New Revision: 326428
URL: http://svnweb.freebsd.org/changeset/ports/326428

Log:
  - Cleanup Makefile

Modified:
  head/textproc/p5-XML-LibXSLT/Makefile

Modified: head/textproc/p5-XML-LibXSLT/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXSLT/Makefile	Thu Sep  5 17:55:20 2013	(r326427)
+++ head/textproc/p5-XML-LibXSLT/Makefile	Thu Sep  5 17:55:45 2013	(r326428)
@@ -22,8 +22,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include -I${LO
 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
 


More information about the svn-ports-all mailing list