diff options
author | shaun <shaun@FreeBSD.org> | 2006-12-14 01:20:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-12-14 01:20:37 +0800 |
commit | 8e2afebdd389b5823fa54cf66858c905e8838c7b (patch) | |
tree | 1799da93f060add265a873a89374785aad421cf2 | |
parent | 6478b71ccc61eb9ea664909ace4bbd4d417f2a9a (diff) | |
download | freebsd-ports-gnome-8e2afebdd389b5823fa54cf66858c905e8838c7b.tar.gz freebsd-ports-gnome-8e2afebdd389b5823fa54cf66858c905e8838c7b.tar.zst freebsd-ports-gnome-8e2afebdd389b5823fa54cf66858c905e8838c7b.zip |
- Return to ports@, at maintainer's request.
- Make portlint(1) happy while here.
PR: ports/106676
Submitted by: Stephan Maka <stephan@spaceboyz.net> (maintainer)
-rw-r--r-- | net-im/gajim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 58f7b97f5821..a3186aa6bddb 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.10.1 CATEGORIES= net-im MASTER_SITES= http://www.gajim.org/downloads/ -MAINTAINER= stephan@spaceboyz.net +MAINTAINER= ports@FreeBSD.org COMMENT= Gajim is a Jabber client based on a plugin system LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell @@ -21,6 +21,7 @@ USE_PYTHON= 2.3+ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= pygtk2 +USE_GETTEXT= yes MAKE_ENV+= PY_CFLAGS=-I${PYTHON_INCLUDEDIR} \ PY_PREFIX=${LOCALBASE} \ |