diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /editors/openoffice-3-devel | |
parent | - Update to 20120629 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 844b1d75ba65..35d07163e144 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -124,7 +124,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ gpatch:${PORTSDIR}/devel/patch \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ + p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ bash:${PORTSDIR}/shells/bash \ imake:${PORTSDIR}/devel/imake \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ @@ -138,7 +138,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \ epm:${PORTSDIR}/devel/epm \ dmake:${PORTSDIR}/devel/dmake \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww USE_AUTOTOOLS= autoconf USE_BISON= build |