diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-07-31 21:03:25 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-07-31 21:03:25 +0800 |
commit | cbd0552f1f20e7191becb5fbd5fea8e55f72572c (patch) | |
tree | 2e3b840bafb492c42a0048a81026bf1ad7e669b0 /multimedia/gcfilms/Makefile | |
parent | 7cc9cc9b01a211814b75382d7afeefeed029b761 (diff) | |
download | freebsd-ports-gnome-cbd0552f1f20e7191becb5fbd5fea8e55f72572c.tar.gz freebsd-ports-gnome-cbd0552f1f20e7191becb5fbd5fea8e55f72572c.tar.zst freebsd-ports-gnome-cbd0552f1f20e7191becb5fbd5fea8e55f72572c.zip |
Update to 5.3
PR: ports/84361
Submitted by: Remington L <MrL0Lz@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/gcfilms/Makefile')
-rw-r--r-- | multimedia/gcfilms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gcfilms/Makefile b/multimedia/gcfilms/Makefile index 651899fc3b41..c90ff9f74740 100644 --- a/multimedia/gcfilms/Makefile +++ b/multimedia/gcfilms/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gcfilms -PORTVERSION= 5.2 +PORTVERSION= 5.3 CATEGORIES= multimedia perl5 MASTER_SITES= http://download.gna.org/gcfilms/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww + ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} |