diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 13:17:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 13:17:41 +0000 |
commit | c33be61ae6b0288f7537a673e38b4348c321890a (patch) | |
tree | 80e78a0bbd7aa9a8505eb53ce72887d71643fc21 /www/lynx-current/Makefile | |
parent | 5fb02b25e4ed3d893173581ab3dd54f1a0181f9a (diff) |
Notes
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 078a2e4859e2..0e691e6864f7 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -3,13 +3,13 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.4 1994/12/17 03:11:08 ache Exp $ +# $Id: Makefile,v 1.5 1994/12/22 05:40:54 ache Exp $ # DISTNAME= lynx2-3-7 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/ ALL_TARGET= freebsd -DEPENDS= ${PORTSDIR}/devel/gmake +USES_GMAKE= yes .include <bsd.port.mk> |