diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-25 00:53:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-25 00:53:07 +0800 |
commit | 82363e6a4846954acf8b9eb31ccfe0931c0ff25d (patch) | |
tree | 2fd4bd6f85d36944cae79c5131eeae6b7a2526bc /ftp/paraget | |
parent | 98152b3cba736a2d62e1ccd85a9947c471b20192 (diff) | |
download | freebsd-ports-gnome-82363e6a4846954acf8b9eb31ccfe0931c0ff25d.tar.gz freebsd-ports-gnome-82363e6a4846954acf8b9eb31ccfe0931c0ff25d.tar.zst freebsd-ports-gnome-82363e6a4846954acf8b9eb31ccfe0931c0ff25d.zip |
add run depends
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Diffstat (limited to 'ftp/paraget')
-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 |