diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 15:14:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 15:14:40 +0000 |
commit | 382a9b102c29896db26bb7e183501f576e3ca388 (patch) | |
tree | 62f48d0230723d10d07d86484198db42e9076442 /mail/pygmy/Makefile | |
parent | 8dfc34c8b70552082af80feaa9bc8f31779e9394 (diff) |
Notes
Diffstat (limited to 'mail/pygmy/Makefile')
-rw-r--r-- | mail/pygmy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/pygmy/Makefile b/mail/pygmy/Makefile index f45800a1f97a..d526e641f2cc 100644 --- a/mail/pygmy/Makefile +++ b/mail/pygmy/Makefile @@ -6,14 +6,15 @@ # PORTNAME= pygmy -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 CATEGORIES= mail python gnome MASTER_SITES= http://pygmy.sourceforge.net/ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ + gpg:${PORTSDIR}/security/gnupg USE_PYTHON= yes |