diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-17 06:41:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-17 06:41:44 +0800 |
commit | 606c0756f2bac3151738571de89f10daae9a2d50 (patch) | |
tree | 9019a588a0f37ffbe505f1d1775790845b817ca2 /multimedia/cclive | |
parent | 2057b5d3147d2dbad0c8118a9a2f408b3ac6a538 (diff) | |
download | freebsd-ports-gnome-606c0756f2bac3151738571de89f10daae9a2d50.tar.gz freebsd-ports-gnome-606c0756f2bac3151738571de89f10daae9a2d50.tar.zst freebsd-ports-gnome-606c0756f2bac3151738571de89f10daae9a2d50.zip |
- Fix p5-HTML-Parser dependency
PR: 134487
Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 503f6d1890b8..634eac4df456 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclive PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -33,11 +34,16 @@ USE_GNOME= pkgconfig .if defined(WITH_PERL) CONFIGURE_ARGS+=--with-perl USE_PERL5= 5.8.2+ +BUILD_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser +.else +CONFIGURE_ARGS+=--without-perl .endif .if defined(WITH_SIGWINCH) -CONFIGURE_ARGS+= --enable-sigwinch +CONFIGURE_ARGS+=--enable-sigwinch +.else +CONFIGURE_ARGS+=--disable-sigwinch .endif .include <bsd.port.post.mk> |