diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
commit | 98fb88a827354916edd2cfb7bac95cdbfad1d21d (patch) | |
tree | ad0d26888dae8718dbf4e00137d47121ac4c4798 /net-im | |
parent | 049eecab1bce254a6ff913c9e21dd1d130b3dd97 (diff) | |
download | freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.gz freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.zst freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gajim-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/gajim-devel/Makefile b/net-im/gajim-devel/Makefile index d7eb4cde319d..9621ffd28078 100644 --- a/net-im/gajim-devel/Makefile +++ b/net-im/gajim-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gajim-devel -# Date created: Sun Nov 26 16:36:07 MSK 2006 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# +# Created by: Denis Shaposhnikov <dsh@vlink.ru> # $FreeBSD$ -# PORTNAME= gajim PORTVERSION= 20101030 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.bamus.cz/distfiles/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-2010-10-30 -MAINTAINER= dsh@bamus.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Gajim is a Jabber client based on a plugin system BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:${PORTSDIR}/devel/py-dbus |