diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-06 14:34:54 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-06 14:34:54 +0800 |
commit | eb4cc21cfa83f4ba6f2120f539d5dfa2061be41b (patch) | |
tree | 6e0cee1ee7f68eb04535b736cf063a23ccd0fa67 /net-im/fugu/Makefile | |
parent | cc5c54e862048e68ff00772c05778b10cf59c678 (diff) | |
download | freebsd-ports-gnome-eb4cc21cfa83f4ba6f2120f539d5dfa2061be41b.tar.gz freebsd-ports-gnome-eb4cc21cfa83f4ba6f2120f539d5dfa2061be41b.tar.zst freebsd-ports-gnome-eb4cc21cfa83f4ba6f2120f539d5dfa2061be41b.zip |
Update net/fugu from 0.9.9e to 1.0
also fix build problem detected by the package building cluster
PR: 25954
Submitted by: maintainer
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r-- | net-im/fugu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index 9880d9db17b2..8ba60b4059d8 100644 --- a/net-im/fugu/Makefile +++ b/net-im/fugu/Makefile @@ -6,13 +6,14 @@ # PORTNAME= fugu -PORTVERSION= 0.9.9e +PORTVERSION= 1.0 CATEGORIES= net python MASTER_SITES= http://fugu.gale.org/dist/ MAINTAINER= peterh@sapros.com RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref USE_PYTHON= yes USE_XLIB= yes |