diff options
author | swills <swills@FreeBSD.org> | 2011-12-29 23:24:35 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-29 23:24:35 +0000 |
commit | d216a6394cbcd41db97ad7e656e86655212d0d4c (patch) | |
tree | ca698a0da393b8cea60be5a555be97a000f93962 /net/opal3/Makefile | |
parent | 698f33dd1e57c4488325a5a71064d8b0291b3761 (diff) | |
download | FreeBSD-ports-d216a6394cbcd41db97ad7e656e86655212d0d4c.zip FreeBSD-ports-d216a6394cbcd41db97ad7e656e86655212d0d4c.tar.gz |
- Fix build on 10-CURRENT
- Turn over to gnome team since it's used by Gnome ports
PR: ports/163635
Submitted by: swills (myself)
Approved by: melifaro (maintainer)
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index f294ce7..a52c6e1 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -11,11 +11,12 @@ PORTREVISION= 13 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} -LICENSE= MPL -MAINTAINER= melifaro@ipfw.ru +MAINTAINER= gnome@FreeBSD.org COMMENT= VoIP abstraction library +LICENSE= MPL + LIB_DEPENDS= pt-2.6.[4-9]:${PORTSDIR}/devel/ptlib26 CONFLICTS= opal-2.* |