diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-25 23:08:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-25 23:08:24 +0800 |
commit | 97a9bf733e1000716508c72b52ef028280ff13e5 (patch) | |
tree | cfdcf04aac6e3ae053646b65495872198ec735e7 /multimedia/cclive/Makefile | |
parent | 0b2e7c25844fce75f9324aa281bf8d3fbf7932f3 (diff) | |
download | freebsd-ports-gnome-97a9bf733e1000716508c72b52ef028280ff13e5.tar.gz freebsd-ports-gnome-97a9bf733e1000716508c72b52ef028280ff13e5.tar.zst freebsd-ports-gnome-97a9bf733e1000716508c72b52ef028280ff13e5.zip |
- Update to 0.2.6
PR: 133056
Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive/Makefile')
-rw-r--r-- | multimedia/cclive/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 4639db8cda65..d6bc9175e9fb 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cclive -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.6 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -19,16 +19,18 @@ OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \ SIGWINCH "Enable SIGWINCH handling; resize progressbar" on MAKE_ENV= V=1 -MAKE_ENV+= WITH_MAN=yes MAN1= cclive.1 PLIST_FILES= bin/cclive USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> +MAKE_ENV+= WITH_MAN=yes + .if defined(WITH_TITLE) MAKE_ENV+= WITH_PERL=yes USE_PERL5= 5.8.2+ |