diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-02 05:11:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-02 05:11:50 +0800 |
commit | 5c064d800f40c0a5f643959ff190b9d79a7fa452 (patch) | |
tree | 1a24ed8854300b009c44f3464759523582c1b6c8 /games | |
parent | 981369fd190c4ea3133038703b5b6a207b7b9a92 (diff) | |
download | freebsd-ports-gnome-5c064d800f40c0a5f643959ff190b9d79a7fa452.tar.gz freebsd-ports-gnome-5c064d800f40c0a5f643959ff190b9d79a7fa452.tar.zst freebsd-ports-gnome-5c064d800f40c0a5f643959ff190b9d79a7fa452.zip |
Unbreak, it seems it wants lua51
Reported by: pkg-fallout
Diffstat (limited to 'games')
-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: |