diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 19:58:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 19:58:41 +0800 |
commit | 233611ee107e3b848e7f36858c33dfb51cd50aab (patch) | |
tree | d4d46e510ba082f71942bd1cd7f9d4d6e02c5500 /math | |
parent | c303c56a49470909ae1ed0addf1653f21424d3e6 (diff) | |
download | freebsd-ports-gnome-233611ee107e3b848e7f36858c33dfb51cd50aab.tar.gz freebsd-ports-gnome-233611ee107e3b848e7f36858c33dfb51cd50aab.tar.zst freebsd-ports-gnome-233611ee107e3b848e7f36858c33dfb51cd50aab.zip |
math/orpie: USES+= ncurses
Diffstat (limited to 'math')
-rw-r--r-- | math/orpie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index b12c91f22374..299ae2e33887 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -USES= gmake +USES= gmake ncurses USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes |