diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /ftp/llnlxftp/Makefile | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) |
Notes
Diffstat (limited to 'ftp/llnlxftp/Makefile')
-rw-r--r-- | ftp/llnlxftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 57cc50c8ef9b..b72ceb544b2c 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= llnlxftp PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/ DISTNAME= latest_xftp @@ -20,6 +20,7 @@ PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp WRKSRC= ${WRKDIR}/llnlxftp2.1/sources USE_MOTIF= yes USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xt MAN1= xftp.1 |