diff options
-rw-r--r-- | net/ekiga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index bb3971743732..cfabd3b24e0a 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,7 +7,7 @@ PORTNAME= ekiga PORTVERSION= 2.0.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -19,6 +19,8 @@ OPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \ LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal +CONFLICTS= ekiga-3.* + USE_BZIP2= yes USE_GMAKE= yes USE_SDL= sdl |