diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 06:34:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 06:34:54 +0000 |
commit | ae5c7fe165bf3549a7dac88fed8f05fc30d47600 (patch) | |
tree | e6675c56d538ac9281139594c7f62aba3fa94e4b /net/fugu/Makefile | |
parent | Unbreak for ELF and upgrade to 3.3 from 3.2. (diff) |
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/fugu/Makefile')
-rw-r--r-- | net/fugu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fugu/Makefile b/net/fugu/Makefile index 9880d9db17b2..8ba60b4059d8 100644 --- a/net/fugu/Makefile +++ b/net/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 |