diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-12-21 20:41:33 +0000 |
commit | 23ac2035b951ec8a0eaa2e05ea5626f0f3a8511c (patch) | |
tree | b7c24b483a79e44fb1b7085a28da5450b707cf24 /games/gnudoku | |
parent | 41e5245811885d7f12ba54fb56f717ba3639770c (diff) |
Notes
Diffstat (limited to 'games/gnudoku')
-rw-r--r-- | games/gnudoku/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnudoku/Makefile b/games/gnudoku/Makefile index b10de0f153f7..07d8b383852a 100644 --- a/games/gnudoku/Makefile +++ b/games/gnudoku/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: GNUDoku # Date created: 12 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/~jcspray/GNUDoku/ \ http://icculus.org/~jcspray/GNUDoku/ -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= A free program for creating and solving Su Doku puzzles LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 |