summaryrefslogtreecommitdiff
path: root/ftp/moxftp
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-10-15 18:25:56 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-10-15 18:25:56 +0000
commit4a8176e148227e74a22284c9075fe206e066590a (patch)
tree851d5edb3b2c63dcb2fbdc9de8b4094b8eb5ce88 /ftp/moxftp
parentUpdated the maintainer's E-mail address. (diff)
put back the commented out dependancy for Xaw3d.
Noticed by: Satoshi
Notes
Notes: svn path=/head/; revision=3984
Diffstat (limited to 'ftp/moxftp')
-rw-r--r--ftp/moxftp/Makefile6
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