diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-12 06:41:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-12 06:41:18 +0800 |
commit | 6fbc37a36718eacae3aa039acbcbede7bebf2733 (patch) | |
tree | 98375ffaf99ce054f87def2115ed1f526d2feaee /sysutils/lire/Makefile | |
parent | e8c84334eb99bcefc7b2ec755b8fbd78eebd2a0c (diff) | |
download | freebsd-ports-gnome-6fbc37a36718eacae3aa039acbcbede7bebf2733.tar.gz freebsd-ports-gnome-6fbc37a36718eacae3aa039acbcbede7bebf2733.tar.zst freebsd-ports-gnome-6fbc37a36718eacae3aa039acbcbede7bebf2733.zip |
Upgrade to 2.0
Submitted by: edwin@mavetju.org
Diffstat (limited to 'sysutils/lire/Makefile')
-rw-r--r-- | sysutils/lire/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 8b9eab2e7ede..34d2b3b88bb7 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -12,7 +12,7 @@ # PORTNAME= lire -PORTVERSION= 1.5 +PORTVERSION= 2.0 CATEGORIES= sysutils MASTER_SITES= http://download.logreport.org/pub/ @@ -31,8 +31,6 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ ${SITE_PERL}/Locale/TextDomain.pm:${PORTSDIR}/devel/p5-Locale-libintl -BROKEN= Unfetchable - OPTIONS= CHARTS "Have Charts output format" On \ HTML "Have HTML or DocBook output format" On \ PDF "Have PDF output format" Off \ |