summaryrefslogtreecommitdiff
path: root/www/p5-ParallelUA/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-05-09 07:20:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-05-09 07:20:37 +0000
commit00d3c2511dd211d12f6f58097897de06790ddc6c (patch)
tree64cda81d351c4be8b0276c7eab607198103bd1dd /www/p5-ParallelUA/Makefile
parentAdd asclock-gtk. (diff)
Add BUILD_DEPENDS to p5-URI in order to build on clean environment.
Use @unexec instead of @dirrm to remove directory which is shared with other port.
Notes
Notes: svn path=/head/; revision=18629
Diffstat (limited to 'www/p5-ParallelUA/Makefile')
-rw-r--r--www/p5-ParallelUA/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-ParallelUA/Makefile b/www/p5-ParallelUA/Makefile
index cddcf738eab4..b93db2594a18 100644
--- a/www/p5-ParallelUA/Makefile
+++ b/www/p5-ParallelUA/Makefile
@@ -4,7 +4,7 @@
# Date created: Sep 8 1998
# Whom: ache@freebsd.org
#
-# $Id: Makefile,v 1.4 1998/11/20 20:25:35 ache Exp $
+# $Id: Makefile,v 1.5 1998/11/25 10:49:24 ache Exp $
#
DISTNAME= ParallelUserAgent-2.39
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= LWP
MAINTAINER= ache@FreeBSD.ORG
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
USE_PERL5= YES