diff options
author | ache <ache@FreeBSD.org> | 1994-12-17 11:11:25 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-17 11:11:25 +0800 |
commit | 33a313d162833772063f38d8937bae43e3f4c5f7 (patch) | |
tree | f81ddd5979504c63f28fd168c56c413ebe284075 /www/lynx-current | |
parent | ffbf2c39d06879f144453298fdcfa1068d6308af (diff) | |
download | freebsd-ports-gnome-33a313d162833772063f38d8937bae43e3f4c5f7.tar.gz freebsd-ports-gnome-33a313d162833772063f38d8937bae43e3f4c5f7.tar.zst freebsd-ports-gnome-33a313d162833772063f38d8937bae43e3f4c5f7.zip |
Don't touch makefile and use gmake instead
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 7b06f38ebd9a..6ffed41df859 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -10,5 +10,6 @@ DISTNAME= lynx2-3-6 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-6/ ALL_TARGET= freebsd +DEPENDS= ${PORTSDIR}/devel/gmake .include <bsd.port.mk> |