diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:07:27 +0800 |
commit | 52c562f5731f34c841ec53731465932b1b386bc1 (patch) | |
tree | f17da2d483fe9988bea0661c549f19486317c584 /devel/cvs2darcs | |
parent | 4bbf5addf372642e05a43cd37944f1625d747af8 (diff) | |
download | freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.gz freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.tar.zst freebsd-ports-gnome-52c562f5731f34c841ec53731465932b1b386bc1.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'devel/cvs2darcs')
-rw-r--r-- | devel/cvs2darcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs2darcs/Makefile b/devel/cvs2darcs/Makefile index f9617b647f0e..690b89e0ee71 100644 --- a/devel/cvs2darcs/Makefile +++ b/devel/cvs2darcs/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= darcs:${PORTSDIR}/devel/hs-darcs \ cvsps:${PORTSDIR}/devel/cvsps \ - ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |