diff options
-rw-r--r-- | net/sofia-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sofia-sip/Makefile b/net/sofia-sip/Makefile index 4588cf4f0f9d..81dd3ebc5ea8 100644 --- a/net/sofia-sip/Makefile +++ b/net/sofia-sip/Makefile @@ -5,13 +5,14 @@ PORTVERSION= 1.12.11 CATEGORIES= net MASTER_SITES= SF -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open-source SIP User-Agent library USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_OPENSSL= yes USE_GNOME= glib20 +MAKE_JOBS_UNSAFE= yes MAN1= sip-date.1 \ sip-options.1 \ |