Add USES=readline to fix build.

This commit is contained in:
Adam Weinberger 2014-07-20 19:37:21 +00:00
parent 6aff7f3a8a
commit 7b51800455
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362359

View file

@ -12,7 +12,7 @@ MAINTAINER= arved@FreeBSD.org
COMMENT= Fork of gmake with debugger
GNU_CONFIGURE= yes
USES= gettext
USES= gettext readline
INFO= remake
.include <bsd.port.mk>