diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 02:32:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 02:32:30 +0000 |
commit | 3f795ed79544f451dcbc7721ec25f7470245ab4b (patch) | |
tree | 8474ecf15973c32c010cc76f3cfb138e84dd508b /editors/zim | |
parent | 5b91abfaae1c8bf3daa8a78955ac833c26b07aea (diff) | |
download | ports-3f795ed79544f451dcbc7721ec25f7470245ab4b.tar.gz ports-3f795ed79544f451dcbc7721ec25f7470245ab4b.zip |
Notes
Diffstat (limited to 'editors/zim')
-rw-r--r-- | editors/zim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index f85ba0051453..b69b690c1bb3 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -7,7 +7,7 @@ PORTNAME= zim PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors perl5 MASTER_SITES= http://www.zim-wiki.org/downloads/ DISTNAME= Zim-${PORTVERSION} @@ -16,8 +16,6 @@ MAINTAINER= acm@FreeBSD.org COMMENT= WYSIWYG text editor written in Gtk2-Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ ${SITE_PERL}/File/DesktopEntry.pm:${PORTSDIR}/devel/p5-File-DesktopEntry RUN_DEPENDS= ${BUILD_DEPENDS} \ |