diff options
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r-- | net-im/fugu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index f06c9f08ac91..8d57e2555009 100644 --- a/net-im/fugu/Makefile +++ b/net-im/fugu/Makefile @@ -3,17 +3,20 @@ PORTNAME= fugu PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= http://fugu.gale.org/dist/ MAINTAINER= 5u623l20@gmail.com COMMENT= A graphical client for the Gale instant messaging system +LICENSE= GPLv2 + RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw USE_OPENSSL= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |