diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 19:52:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 19:52:46 +0800 |
commit | f96bdc1eb612d0de61487c2110d17df460871124 (patch) | |
tree | 4cf74457594f438ac2c1a4af1886170b66b9f7d2 /net/sofia-sip | |
parent | dc62f826c0078ab4da95d180abf07db2539c2a34 (diff) | |
download | freebsd-ports-gnome-f96bdc1eb612d0de61487c2110d17df460871124.tar.gz freebsd-ports-gnome-f96bdc1eb612d0de61487c2110d17df460871124.tar.zst freebsd-ports-gnome-f96bdc1eb612d0de61487c2110d17df460871124.zip |
Mark as job unsafe, drop maintainership
Diffstat (limited to 'net/sofia-sip')
-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 \ |