diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-24 16:53:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-24 16:53:07 +0000 |
commit | eb3bcf129e18d971a08a27d109811939ca8a6356 (patch) | |
tree | b5a0be0e96b1b08eb3be7f657bc5ef1f320658c8 /ftp/paraget/Makefile | |
parent | d0b614eda5560e4a27987ec56ff7cb46cca0a663 (diff) | |
download | ports-eb3bcf129e18d971a08a27d109811939ca8a6356.tar.gz ports-eb3bcf129e18d971a08a27d109811939ca8a6356.zip |
Notes
Diffstat (limited to 'ftp/paraget/Makefile')
-rw-r--r-- | ftp/paraget/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 7ec435df253d..9ed1cec1b9dc 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -16,7 +16,9 @@ MAINTAINER= ijliao@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple PERL_CONFIGURE= yes |