diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-02-27 15:27:30 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-02-27 15:27:30 +0800 |
commit | 05a0ff6a33830074fcb3ccbec6f8f3c7600dc790 (patch) | |
tree | 67ef8e169f8276569cfda9529cf4ac3e65ce3129 /databases/p5-DBI | |
parent | c07c81b5250314f0d7358f9e620133cd16060135 (diff) | |
download | freebsd-ports-gnome-05a0ff6a33830074fcb3ccbec6f8f3c7600dc790.tar.gz freebsd-ports-gnome-05a0ff6a33830074fcb3ccbec6f8f3c7600dc790.tar.zst freebsd-ports-gnome-05a0ff6a33830074fcb3ccbec6f8f3c7600dc790.zip |
Chenge BUILD_DEPENDS to p5-PlRPC.
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index a353acabb623..c5169e54087a 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= DBI MAINTAINER= vanilla@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSDIR}/net/p5-pRPC +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC USE_PERL5= YES CONFIGURE_ARGS= PREFIX=${PREFIX} |