diff options
author | ache <ache@FreeBSD.org> | 1995-02-11 22:38:45 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-11 22:38:45 +0800 |
commit | 32625c1866615c45af53a8a2be37d0aacb100d77 (patch) | |
tree | 9050da752d4209d9270966080b19136cd86dfe65 /www/lynx-current | |
parent | f00f61ef610a8de3a2a910e987fb397bed2e1dd0 (diff) | |
download | freebsd-ports-gnome-32625c1866615c45af53a8a2be37d0aacb100d77.tar.gz freebsd-ports-gnome-32625c1866615c45af53a8a2be37d0aacb100d77.tar.zst freebsd-ports-gnome-32625c1866615c45af53a8a2be37d0aacb100d77.zip |
Change USES_GMAKE (what it means?) to
EXEC_DEPENDS += gmake...
Add comment: Do not put USE_GMAKE here
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 5 |
1 files changed, 3 insertions, 2 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> |