diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 18:34:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 18:34:53 +0000 |
commit | 1385f70bdfe29483011d28a66e1adc79e71107de (patch) | |
tree | e4e1080cb073e00173f68261eb5721bd6505069c /net/p5-PlRPC | |
parent | c6004f008e50fedc8dafffd6818d6f7f798f5846 (diff) | |
download | ports-1385f70bdfe29483011d28a66e1adc79e71107de.tar.gz ports-1385f70bdfe29483011d28a66e1adc79e71107de.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298507
Diffstat (limited to 'net/p5-PlRPC')
-rw-r--r-- | net/p5-PlRPC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index 92af38eb693c..afbaa883024c 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for writing RPC servers and clients -BUILD_DEPENDS= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon +BUILD_DEPENDS= p5-Net-Daemon>=0:${PORTSDIR}/net/p5-Net-Daemon RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |