diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-05-03 21:48:38 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-05-03 21:48:38 +0000 |
commit | 0973e963ec4c271626af1ca7240a22ed77d39cf4 (patch) | |
tree | 161fae5104cb26b8896eca7f3a0184bd01ef0e22 /net/ekiga3 | |
parent | db7b4b17a15d2376a19e6c434a6d6c8c1251a76f (diff) |
Notes
Diffstat (limited to 'net/ekiga3')
-rw-r--r-- | net/ekiga3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ekiga3/Makefile b/net/ekiga3/Makefile index 151102b3ac39..99633acd995f 100644 --- a/net/ekiga3/Makefile +++ b/net/ekiga3/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga3 PORTVERSION= 3.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PORTVERSION}/ DISTNAME= ekiga-${PORTVERSION} @@ -21,6 +21,8 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${LOCALBASE}/bin/scrollkeeper-config:${PORTSDIR}/textproc/rarian +CONFLICTS= ekiga-2.* + USE_PERL5= yes USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes |