aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-02-11 14:38:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-02-11 14:38:45 +0000
commit2f651f3e32ad392f317fcfb2ef4339bb90ffd6e8 (patch)
treef3535bd44527bb9fe2bba3936b920f0a2294faa6 /www
parent86793c984d6929b0d9d6e2f283fa7a6e24ad8846 (diff)
downloadports-2f651f3e32ad392f317fcfb2ef4339bb90ffd6e8.tar.gz
ports-2f651f3e32ad392f317fcfb2ef4339bb90ffd6e8.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile5
-rw-r--r--www/lynx/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 0e691e6864f7..a21dc78c9588 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -3,13 +3,14 @@
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.5 1994/12/22 05:40:54 ache Exp $
+# $Id: Makefile,v 1.6 1995/01/13 13:14:51 jkh Exp $
#
DISTNAME= lynx2-3-7
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/
ALL_TARGET= freebsd
-USES_GMAKE= yes
+# Do not put USE_GMAKE here
+EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
.include <bsd.port.mk>
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 0e691e6864f7..a21dc78c9588 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -3,13 +3,14 @@
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.5 1994/12/22 05:40:54 ache Exp $
+# $Id: Makefile,v 1.6 1995/01/13 13:14:51 jkh Exp $
#
DISTNAME= lynx2-3-7
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/
ALL_TARGET= freebsd
-USES_GMAKE= yes
+# Do not put USE_GMAKE here
+EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
.include <bsd.port.mk>