diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-29 14:01:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-29 14:01:58 +0000 |
commit | aa7890b53938552e93e97647f322726838c88e2b (patch) | |
tree | f65fc8efe0eef5e8b11a555fbe1b7dbb00d9a320 | |
parent | 8e237080ae22ced7f5f30860035324cfe9ddcd77 (diff) | |
download | pkgsrc-aa7890b53938552e93e97647f322726838c88e2b.tar.gz |
predict: needs FAKE_NCURSES
-rw-r--r-- | ham/predict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/predict/Makefile b/ham/predict/Makefile index 1fe312c4a67..5a5748297fd 100644 --- a/ham/predict/Makefile +++ b/ham/predict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/07/21 23:21:17 dbj Exp $ +# $NetBSD: Makefile,v 1.3 2018/09/29 14:01:58 tnn Exp $ # DISTNAME= predict-2.2.3 @@ -11,6 +11,7 @@ COMMENT= PREDICT - curses satellite tracking/orbital prediction program LICENSE= gnu-gpl-v2 +FAKE_NCURSES= yes USE_LANGUAGES= c do-configure: |