diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-15 18:25:56 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-15 18:25:56 +0000 |
commit | 4a8176e148227e74a22284c9075fe206e066590a (patch) | |
tree | 851d5edb3b2c63dcb2fbdc9de8b4094b8eb5ce88 /ftp | |
parent | 04340f6adda60ac9466b7142031e80e7583d6ba8 (diff) | |
download | ports-4a8176e148227e74a22284c9075fe206e066590a.tar.gz ports-4a8176e148227e74a22284c9075fe206e066590a.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moxftp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 3fab16e401bd..1eff5ea22f3e 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.8 1995/11/27 04:05:17 asami Exp $ +# $Id: Makefile,v 1.9 1996/10/11 20:35:59 erich Exp $ # DISTNAME= moxftp-2.2 @@ -20,7 +20,7 @@ STRIP= # athena - for athena version, # athena3d - for athena 3 d version, (you should have installed Xaw3d!!!) # openlook - for open look version - (not tested!!!) -# If you use athena3d uncomment DEPENDS !!! +# If you use athena3d uncomment LIB_DEPENDS !!! .if defined(HAVE_MOTIF) CONFIGURE_ARGS= motif PROGRAM_NAME=mftp @@ -31,6 +31,8 @@ PROGRAM_NAME=xftp RESOURCE_NAME=Xftp .endif +#LIB_DEPENDS= Xaw3d\\.6:${PORTSDIR}/x11/Xaw3d + .if !defined (NOMANCOMPRESS) GZIP_EXT=.gz .else |