diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 14:34:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-14 14:34:49 +0000 |
commit | 0c5b07322782dec5f83ed57a9d6f6688868007af (patch) | |
tree | fb59b5964c0c8fe977de4e611bed53ba8b55c331 /textproc | |
parent | 9529d4efd46985f22bcca00ce875456facf5d635 (diff) | |
download | ports-0c5b07322782dec5f83ed57a9d6f6688868007af.tar.gz ports-0c5b07322782dec5f83ed57a9d6f6688868007af.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 02d8fa152707..5930369ad394 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -12,17 +12,16 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-0 MAINTAINER= perl@FreeBSD.org COMMENT= The Perl API to the Apache project's Xerces XML parser -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libxerces-c.so.27:${PORTSDIR}/textproc/xerces-c2 MAKE_JOBS_UNSAFE= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 USE_PERL5= configure CONFIGURE_ENV= XERCES_LIB="${LOCALBASE}/lib" \ XERCES_INCLUDE="${LOCALBASE}/include" \ XERCES_DEVEL="yes" \ - CXX="${CXX}" \ + CXX="${CXX}" .include <bsd.port.mk> |