diff options
author | erich <erich@FreeBSD.org> | 1996-10-16 02:25:56 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-10-16 02:25:56 +0800 |
commit | c478dd0c2424c8f61ed4419f219c51f583d05046 (patch) | |
tree | 16a58aaf5b46ec07b0803b1b858bff4f35863888 /ftp | |
parent | 78b8baa2e3476dd47d998c29900205ce04aabe56 (diff) | |
download | freebsd-ports-gnome-c478dd0c2424c8f61ed4419f219c51f583d05046.tar.gz freebsd-ports-gnome-c478dd0c2424c8f61ed4419f219c51f583d05046.tar.zst freebsd-ports-gnome-c478dd0c2424c8f61ed4419f219c51f583d05046.zip |
put back the commented out dependancy for Xaw3d.
Noticed by: Satoshi
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 |