diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 21:11:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 21:11:50 +0000 |
commit | 45e0e63759af5b4fa8af9dc83b727f7b64a8199f (patch) | |
tree | 1a24ed8854300b009c44f3464759523582c1b6c8 /games/nlarn | |
parent | d272cf2c439fbbcd623ee3cc1e2e3d3c714fd6c4 (diff) |
Notes
Diffstat (limited to 'games/nlarn')
-rw-r--r-- | games/nlarn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nlarn/Makefile b/games/nlarn/Makefile index 2e7d1be18233..648f93ae5a6d 100644 --- a/games/nlarn/Makefile +++ b/games/nlarn/Makefile @@ -11,7 +11,7 @@ COMMENT= Roguelike game and as such a remake of the classic game Larn LICENSE= GPLv3 -USES= gmake lua pkgconfig +USES= gmake lua:51 pkgconfig USE_GNOME= glib20 post-configure: |