diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-09-28 18:02:05 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-09-28 18:02:05 +0000 |
commit | ac85b36d3ef84ac90807ead344153d504e83731d (patch) | |
tree | 5f554da4e868c6f523382083fe44c13b018db71d /www/wwwcount | |
parent | Update to mrtg 2.5.3 (diff) |
use gmake instead of make
Notes
Notes:
svn path=/head/; revision=13531
Diffstat (limited to '')
-rw-r--r-- | www/wwwcount/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index db3894ecbdfd..88d525584e74 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1996 # Whom: ache # -# $Id: Makefile,v 1.10 1997/11/29 16:10:33 ache Exp $ +# $Id: Makefile,v 1.11 1998/06/07 11:10:15 ache Exp $ # # WWW site: http://www.fccc.edu/users/muquit/Count.html @@ -19,6 +19,7 @@ MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= yes IS_INTERACTIVE= yes +USE_GMAKE= yes MAN1= mkstrip.1 pre-configure: |