diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-18 11:02:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-18 11:02:18 +0000 |
commit | 09504debc211644531602372fb71659b199fa273 (patch) | |
tree | a67bd76827e36e3c131926efc1a993eb4ddf9f03 | |
parent | Fix the package building error caused by forgetting `make makesum' (diff) |
Add dependency on automake.
Noticed by: kris@+benta
Notes
Notes:
svn path=/head/; revision=89045
Diffstat (limited to '')
-rw-r--r-- | games/cgoban/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index af0f01a7c86d..ac723ee71c3a 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -17,6 +17,7 @@ COMMENT= Internet Go Server client and game editor GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_AUTOMAKE= yes ALL_TARGET= MAN6= cgoban.6 |