aboutsummaryrefslogtreecommitdiff
path: root/games/nlarn/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-30 10:49:17 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-30 10:49:17 +0000
commit7a5d288d08d7f3093bb708e5008e6931d6d9622c (patch)
tree765251da83e2a7763a1c877a578ee8ec9b64b8c2 /games/nlarn/Makefile
parentcc834c41e493ae7ab0abc5e8a1df1c0edc98e2fd (diff)
downloadports-7a5d288d08d7f3093bb708e5008e6931d6d9622c.tar.gz
ports-7a5d288d08d7f3093bb708e5008e6931d6d9622c.zip
Fix build with -fno-common
Notes
Notes: svn path=/head/; revision=550678
Diffstat (limited to 'games/nlarn/Makefile')
-rw-r--r--games/nlarn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nlarn/Makefile b/games/nlarn/Makefile
index 2fb74108e1f6..d350f243a240 100644
--- a/games/nlarn/Makefile
+++ b/games/nlarn/Makefile
@@ -4,6 +4,7 @@
PORTNAME= nlarn
DISTVERSIONPREFIX= NLarn-
DISTVERSION= 0.7.3
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= egypcio@FreeBSD.org
@@ -13,8 +14,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake gnome lua:53 ncurses pkgconfig
-USE_GNOME= glib20 introspection:build
USE_GITHUB= yes
+USE_GNOME= glib20 introspection:build
post-configure:
${REINPLACE_CMD} 's|/usr/share/nlarn|${DATADIR}|' \