diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /ftp/llnlxftp | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r-- | ftp/llnlxftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index c22e9bc746ff..30ac11eea57d 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= https://computing.llnl.gov/resources/xdir/ DISTNAME= llnlxftp2.1 -EXTRACT_SUFX= .tar.Z MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client @@ -15,7 +14,7 @@ COMMENT= Motif FTP client PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \ man/man1/xftp.1.gz WRKSRC= ${WRKDIR}/llnlxftp2.1/sources -USES= imake motif +USES= imake motif tar:Z USE_XORG= ice sm x11 xext xp xt CFLAGS+= -Wno-implicit-int \ |