diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-15 21:42:26 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-15 21:42:26 +0800 |
commit | a8788a80cef1efd841ac61794014e09cb7d11c0b (patch) | |
tree | 55693a2cc685808c26d21b06942e1dc796b60118 /games/Makefile | |
parent | 2864718a590c0bd0cae72bdd7c73dc294dc60918 (diff) | |
download | freebsd-ports-gnome-a8788a80cef1efd841ac61794014e09cb7d11c0b.tar.gz freebsd-ports-gnome-a8788a80cef1efd841ac61794014e09cb7d11c0b.tar.zst freebsd-ports-gnome-a8788a80cef1efd841ac61794014e09cb7d11c0b.zip |
games/2048: Add a port for command line version of 2048
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 05f3d07660e0..9565b3f8a3b0 100644 --- a/games/Makefile +++ b/games/Makefile @@ -5,6 +5,7 @@ SUBDIR += 0ad SUBDIR += 0verkill + SUBDIR += 2048 SUBDIR += 3dc SUBDIR += 3dpong SUBDIR += 3omns |