diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-18 19:02:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-18 19:02:18 +0800 |
commit | 0385856fa9e1e75f901e1cb7ea3a3965956529ce (patch) | |
tree | 3b57404190ae62c48e4ca8e65938ba24dd97cde4 /games/cgoban | |
parent | 70728047b0c3ccf967ab4b40a8a877935f3d9753 (diff) | |
download | freebsd-ports-graphics-0385856fa9e1e75f901e1cb7ea3a3965956529ce.tar.gz freebsd-ports-graphics-0385856fa9e1e75f901e1cb7ea3a3965956529ce.tar.zst freebsd-ports-graphics-0385856fa9e1e75f901e1cb7ea3a3965956529ce.zip |
Add dependency on automake.
Noticed by: kris@+benta
Diffstat (limited to 'games/cgoban')
-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 af0f01a7c86..ac723ee71c3 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 |