diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:12:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:12:25 +0000 |
commit | dcc247826e11881355c4586eea5b286e86e00cd4 (patch) | |
tree | bf52ed59d49de6e43785da590f62ec01aa6936fc /games/zangband | |
parent | 53159428063ffe5d3c8c45b65b2a0f9cde16896f (diff) | |
download | ports-dcc247826e11881355c4586eea5b286e86e00cd4.tar.gz ports-dcc247826e11881355c4586eea5b286e86e00cd4.zip |
Notes
Diffstat (limited to 'games/zangband')
-rw-r--r-- | games/zangband/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 685a9d819e76..8a9962302591 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -14,9 +14,9 @@ NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake ncurses perl5 +USES= autoreconf gmake ncurses perl5 USE_PERL5= build -USE_AUTOTOOLS= aclocal autoheader autoconf +GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ --with-gtk=no MAKE_ENV= VERBOSE=1 |