diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-28 08:51:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-28 08:51:50 +0000 |
commit | 3a673c92b70bb7dc14d514ad91457e0f7a68d744 (patch) | |
tree | 721a12073246ed15c5f7e1600ac480fb63de5fcf /net/freenx | |
parent | f758062b43312b0984b939fc8f9ebc1c08159bd9 (diff) | |
download | ports-3a673c92b70bb7dc14d514ad91457e0f7a68d744.tar.gz ports-3a673c92b70bb7dc14d514ad91457e0f7a68d744.zip |
- Update dependencies
- Update MASTER_SITES
PR: ports/84187
Submitted by: dewey hylton <freenx@deweyonline.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=140297
Diffstat (limited to 'net/freenx')
-rw-r--r-- | net/freenx/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/freenx/Makefile b/net/freenx/Makefile index e2da04cde42c..45015e5312b6 100644 --- a/net/freenx/Makefile +++ b/net/freenx/Makefile @@ -7,15 +7,18 @@ PORTNAME= freenx PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://debian.tu-bs.de/knoppix/nx/ +MASTER_SITES= http://download.berlios.de/freenx/ \ + http://debian.tu-bs.de/knoppix/nx/ MAINTAINER= freenx@deweyonline.com -COMMENT= Frontend (auth/session management) for nxserver backend compression libraries +COMMENT= Frontend (auth/session management) for nxserver libraries RUN_DEPENDS= ${NXPREFIX}/bin/nxagent:${PORTSDIR}/net/nxserver \ - bash:${PORTSDIR}/shells/bash2 \ - expect:${PORTSDIR}/lang/expect + bash:${PORTSDIR}/shells/bash \ + expect:${PORTSDIR}/lang/expect \ + xauth:${X_CLIENTS_PORT} NO_BUILD= yes |