diff options
author | mat <mat@FreeBSD.org> | 2018-01-20 01:04:52 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:26:32 +0800 |
commit | 827e349da0a285cd713010e29374f93dde9dbff9 (patch) | |
tree | ec262a357962a50b96de578f732f3a7d259217e4 /net-im/ekiga | |
parent | fb6cd69dfccfce90363944d8162f307fd8f0b08f (diff) | |
download | freebsd-ports-gnome-827e349da0a285cd713010e29374f93dde9dbff9.tar.gz freebsd-ports-gnome-827e349da0a285cd713010e29374f93dde9dbff9.tar.zst freebsd-ports-gnome-827e349da0a285cd713010e29374f93dde9dbff9.zip |
Options are already optional.
Sponsored by: Absolight
Diffstat (limited to 'net-im/ekiga')
-rw-r--r-- | net-im/ekiga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index ae5011f07105..1069fbf9bf5a 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -39,11 +39,13 @@ GNOMEHELP_DESC= Build Ekiga help files #OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH EXP_DESC= Experimental features KDE_DESC= KDE 4 support -KAB_DESC= KAddressBook support (implies KDE option) +KAB_DESC= KAddressBook support GSTREAMER_DESC= Gstreamer support XCAP_DESC= Remote contact storage via HTTP in xml format LOUDMOUTH_DESC= XMPP (jabber) support +KAB_IMPLIES= KDE + # Note that h.323 support is enabled when opal is build with it. .include <bsd.port.options.mk> |