From c478dd0c2424c8f61ed4419f219c51f583d05046 Mon Sep 17 00:00:00 2001 From: erich Date: Tue, 15 Oct 1996 18:25:56 +0000 Subject: put back the commented out dependancy for Xaw3d. Noticed by: Satoshi --- ftp/moxftp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ftp') 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 -- cgit